global cleanup to use the new syscall interface
[musl] / src / linux / inotify_init.c
index d378460..0507084 100644 (file)
@@ -3,5 +3,5 @@
 
 int inotify_init()
 {
 
 int inotify_init()
 {
-       return syscall0(__NR_inotify_init);
+       return syscall(SYS_inotify_init);
 }
 }