diff options
author | greg@kroah.com <greg@kroah.com> | 2004-02-12 01:14:48 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:32:26 -0700 |
commit | ede4308a803131f473efed3dc3246ffac7163dfa (patch) | |
tree | 4da08a0d04f5e13f7002f828d31465b892362f8c /klibc_fixups.h | |
parent | 2e31718495a89e6b582240ed527950f78e7d1849 (diff) |
[PATCH] remove some more KLIBC fixups that are no longer needed.
Diffstat (limited to 'klibc_fixups.h')
-rw-r--r-- | klibc_fixups.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/klibc_fixups.h b/klibc_fixups.h index 37622c86d6..1ac112b087 100644 --- a/klibc_fixups.h +++ b/klibc_fixups.h @@ -3,12 +3,6 @@ #ifndef KLIBC_FIXUPS_H #define KLIBC_FIXUPS_H - -#define WTERMSIG(status) ((status) & 0x7f) -#define WEXITSTATUS(status) (((status) & 0xff00) >> 8) -#define WIFEXITED(status) (WTERMSIG(status) == 0) - - struct group { char *gr_name; /* group name */ char *gr_passwd; /* group password */ |