diff options
Diffstat (limited to 'klibc_fixups.h')
-rw-r--r-- | klibc_fixups.h | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/klibc_fixups.h b/klibc_fixups.h index 21a23e7762..a89638ead4 100644 --- a/klibc_fixups.h +++ b/klibc_fixups.h @@ -4,10 +4,6 @@ #define KLIBC_FIXUPS_H -extern char *strerror(int errnum); - -extern int strcasecmp(const char *s1, const char *s2); - struct group { char *gr_name; /* group name */ char *gr_passwd; /* group password */ |