summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sysfs.c
diff options
context:
space:
mode:
authorMike Frysinger <vapier@gentoo.org>2006-06-19 01:48:41 +0000
committerMike Frysinger <vapier@gentoo.org>2006-06-19 01:48:41 +0000
commitc0997b097e87967245dfa6d5508197dcb597920e (patch)
treea156ed7672263197695335053141b7c90ff7a239 /libc/sysdeps/linux/common/sysfs.c
parent6b02fa65c383978fb7a4cd50dd58235f36835aae (diff)
kill off sysfs()
Diffstat (limited to 'libc/sysdeps/linux/common/sysfs.c')
-rw-r--r--libc/sysdeps/linux/common/sysfs.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/sysfs.c b/libc/sysdeps/linux/common/sysfs.c
index 28350fdd2..e3cf0f15b 100644
--- a/libc/sysdeps/linux/common/sysfs.c
+++ b/libc/sysdeps/linux/common/sysfs.c
@@ -7,5 +7,10 @@
* Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
*/
+/* libc isn't really supposed to export this */
+#if 0
+
#include "syscalls.h"
_syscall3(int, sysfs, int, option, unsigned int, index, char, addr);
+
+#endif