chiark / gitweb /
[PATCH] remove some more KLIBC fixups that are no longer needed.
[elogind.git] / klibc_fixups.h
index 37622c86d621d9c3a888ad4b56c2cd9ed4a69d68..1ac112b08796a7144bee3bd848f02cb21b56d744 100644 (file)
@@ -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 */