chiark / gitweb /
[PATCH] fix up some duplicated function compiler warnings in libsysfs
authorgreg@kroah.com <greg@kroah.com>
Thu, 4 Dec 2003 05:51:37 +0000 (21:51 -0800)
committerGreg KH <gregkh@suse.de>
Wed, 27 Apr 2005 04:13:05 +0000 (21:13 -0700)
libsysfs/sysfs.h

index 3186c37a16fb612f811348bd833ace981882a615..4ea4919351782c1ddc4818934737477c903efc0d 100644 (file)
 #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>