diff options
author | greg@kroah.com <greg@kroah.com> | 2003-11-24 21:59:03 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:02 -0700 |
commit | fee6f4150d0d5fbfc1ba74130bac1ae21ce69c81 (patch) | |
tree | 14897276b23f2282b978445d6d0437ada5d2e851 /klibc_fixups.h | |
parent | 02cbdf5eb9af4af5c3f612990ac3250bdd2135c7 (diff) |
[PATCH] get rid of functions in klibc_fixups that are now in klibc
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 */ |