From a27170c49a777c132e0f0c81dda72c3c064ba4b7 Mon Sep 17 00:00:00 2001 From: "greg@kroah.com" Date: Wed, 3 Dec 2003 21:51:37 -0800 Subject: [PATCH] [PATCH] fix up some duplicated function compiler warnings in libsysfs --- libsysfs/sysfs.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/libsysfs/sysfs.h b/libsysfs/sysfs.h index 3186c37a16f..4ea49193517 100644 --- a/libsysfs/sysfs.h +++ b/libsysfs/sysfs.h @@ -32,12 +32,6 @@ #include #include -/* 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 -- 2.39.2