Browse Source

fix sysfs call

Mike Frysinger 19 years ago
parent
commit
3468e01582
1 changed files with 1 additions and 1 deletions
  1. 1 1
      libc/sysdeps/linux/common/sysfs.c

+ 1 - 1
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);