summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sysfs.c
diff options
context:
space:
mode:
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