[PATCH] fix up some duplicated function compiler warnings in libsysfs

This commit is contained in:
greg@kroah.com 2003-12-03 21:51:37 -08:00 committed by Greg KH
parent 9c9fb5f6eb
commit a27170c49a
1 changed files with 0 additions and 6 deletions

View File

@ -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>