chiark / gitweb /
[PATCH] add support for UDEV_NO_SLEEP env variable so Gentoo people will be happy.
[elogind.git] / klibc_fixups.h
index 21a23e776237701b1b065ac585ab38ea8d67635e..1ac112b08796a7144bee3bd848f02cb21b56d744 100644 (file)
@@ -3,11 +3,6 @@
 #ifndef KLIBC_FIXUPS_H
 #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 */