chiark / gitweb /
[PATCH] fix up some duplicated function compiler warnings in libsysfs
[elogind.git] / 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>