diff options
author | greg@kroah.com <greg@kroah.com> | 2003-12-03 21:51:37 -0800 |
---|---|---|
committer | Greg KH <gregkh@suse.de> | 2005-04-26 21:13:05 -0700 |
commit | a27170c49a777c132e0f0c81dda72c3c064ba4b7 (patch) | |
tree | 4c5ec009c453ea6652a3a73322c080df976c3ee2 | |
parent | 9c9fb5f6eb47794dc5516e5b3d162bdc3b4ec7da (diff) |
[PATCH] fix up some duplicated function compiler warnings in libsysfs
-rw-r--r-- | libsysfs/sysfs.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libsysfs/sysfs.h b/libsysfs/sysfs.h index 3186c37a16..4ea4919351 100644 --- a/libsysfs/sysfs.h +++ b/libsysfs/sysfs.h @@ -32,12 +32,6 @@ #include <fcntl.h> #include <errno.h> -/* external library functions */ -extern int lstat(const char *file_name, struct stat *buf); -extern int readlink(const char *path, char *buf, size_t bufsize); -extern int getpagesize(void); -extern int isascii(int c); - /* Debugging */ #ifdef DEBUG #include <syslog.h> |