X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=klibc_fixups.h;h=1ac112b08796a7144bee3bd848f02cb21b56d744;hp=37622c86d621d9c3a888ad4b56c2cd9ed4a69d68;hb=ede4308a803131f473efed3dc3246ffac7163dfa;hpb=2e31718495a89e6b582240ed527950f78e7d1849 diff --git a/klibc_fixups.h b/klibc_fixups.h index 37622c86d..1ac112b08 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 */