From 3468e0158267077e3be1b29600b1d00374494ae1 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 19 Feb 2006 08:39:39 +0000 Subject: fix sysfs call --- libc/sysdeps/linux/common/sysfs.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps') diff --git a/libc/sysdeps/linux/common/sysfs.c b/libc/sysdeps/linux/common/sysfs.c index b3586afdd..28350fdd2 100644 --- a/libc/sysdeps/linux/common/sysfs.c +++ b/libc/sysdeps/linux/common/sysfs.c @@ -8,4 +8,4 @@ */ #include "syscalls.h" -//_syscall3(int, sysfs, int, option, unsigned int, index, char addr); +_syscall3(int, sysfs, int, option, unsigned int, index, char, addr); -- cgit v1.2.3