svn commit: trunk/uClibc/libc/sysdeps/linux/common

vapier at uclibc.org vapier at uclibc.org
Mon Jun 19 01:48:43 UTC 2006


Author: vapier
Date: 2006-06-18 18:48:41 -0700 (Sun, 18 Jun 2006)
New Revision: 15427

Log:
kill off sysfs()

Modified:
   trunk/uClibc/libc/sysdeps/linux/common/sysfs.c


Changeset:
Modified: trunk/uClibc/libc/sysdeps/linux/common/sysfs.c
===================================================================
--- trunk/uClibc/libc/sysdeps/linux/common/sysfs.c	2006-06-19 01:19:21 UTC (rev 15426)
+++ trunk/uClibc/libc/sysdeps/linux/common/sysfs.c	2006-06-19 01:48:41 UTC (rev 15427)
@@ -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




More information about the uClibc-cvs mailing list