Mike Frysinger преди 19 години
родител
ревизия
c0997b097e
променени са 1 файла, в които са добавени 5 реда и са изтрити 0 реда
  1. 5 0
      libc/sysdeps/linux/common/sysfs.c

+ 5 - 0
libc/sysdeps/linux/common/sysfs.c

@@ -7,5 +7,10 @@
  * Licensed under the LGPL v2.1, see the file COPYING.LIB in this tarball.
  * 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"
 #include "syscalls.h"
 _syscall3(int, sysfs, int, option, unsigned int, index, char, addr);
 _syscall3(int, sysfs, int, option, unsigned int, index, char, addr);
+
+#endif