summaryrefslogtreecommitdiff
path: root/libsysfs/sysfs.h
diff options
context:
space:
mode:
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>