summaryrefslogtreecommitdiff
path: root/libc/sysdeps/linux/common/sysfs.c
diff options
context:
space:
mode:
Diffstat (limited to 'libc/sysdeps/linux/common/sysfs.c')
-rw-r--r--libc/sysdeps/linux/common/sysfs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/sysdeps/linux/common/sysfs.c b/libc/sysdeps/linux/common/sysfs.c
index a4292f768..02f37d78d 100644
--- a/libc/sysdeps/linux/common/sysfs.c
+++ b/libc/sysdeps/linux/common/sysfs.c
@@ -12,6 +12,6 @@
#include <sys/syscall.h>
#if defined __USE_SVID
-_syscall3(int, sysfs, int, option, unsigned int, index, char, addr);
+_syscall3(int, sysfs, int, option, unsigned int, index, char, addr)
#endif
#endif