summaryrefslogtreecommitdiff
path: root/libsysfs/sysfs.h
diff options
context:
space:
mode:
authorgreg@kroah.com <greg@kroah.com>2003-12-03 21:51:37 -0800
committerGreg KH <gregkh@suse.de>2005-04-26 21:13:05 -0700
commita27170c49a777c132e0f0c81dda72c3c064ba4b7 (patch)
tree4c5ec009c453ea6652a3a73322c080df976c3ee2 /libsysfs/sysfs.h
parent9c9fb5f6eb47794dc5516e5b3d162bdc3b4ec7da (diff)
[PATCH] fix up some duplicated function compiler warnings in libsysfs
Diffstat (limited to 'libsysfs/sysfs.h')
-rw-r--r--libsysfs/sysfs.h6
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>