chiark / gitweb /
[PATCH] get rid of functions in klibc_fixups that are now in klibc
[elogind.git] / klibc_fixups.h
index 21a23e776237701b1b065ac585ab38ea8d67635e..a89638ead4b428e27eac67b3d463882e37b28e89 100644 (file)
@@ -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 */