summaryrefslogtreecommitdiff
path: root/lib/sysfs.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sysfs.h')
-rw-r--r--lib/sysfs.h5
1 files changed, 1 insertions, 4 deletions
diff --git a/lib/sysfs.h b/lib/sysfs.h
index eb2a002..4ef8c28 100644
--- a/lib/sysfs.h
+++ b/lib/sysfs.h
@@ -3,7 +3,7 @@
*
* Internal Header Definitions for libsysfs
*
- * Copyright (C) 2003 International Business Machines, Inc.
+ * Copyright (C) IBM Corp. 2003
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
@@ -34,9 +34,6 @@
#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 */