From c0997b097e87967245dfa6d5508197dcb597920e Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Mon, 19 Jun 2006 01:48:41 +0000 Subject: kill off sysfs() --- libc/sysdeps/linux/common/sysfs.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'libc/sysdeps/linux/common/sysfs.c') 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 -- cgit v1.2.3