diff options
| author | Mike Frysinger <vapier@gentoo.org> | 2006-06-19 01:48:41 +0000 | 
|---|---|---|
| committer | Mike Frysinger <vapier@gentoo.org> | 2006-06-19 01:48:41 +0000 | 
| commit | c0997b097e87967245dfa6d5508197dcb597920e (patch) | |
| tree | a156ed7672263197695335053141b7c90ff7a239 /libc | |
| parent | 6b02fa65c383978fb7a4cd50dd58235f36835aae (diff) | |
kill off sysfs()
Diffstat (limited to 'libc')
| -rw-r--r-- | libc/sysdeps/linux/common/sysfs.c | 5 | 
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  | 
