OSDN Git Service

Add bdflush.
authorManuel Novoa III <mjn3@codepoet.org>
Thu, 15 Feb 2001 16:20:49 +0000 (16:20 -0000)
committerManuel Novoa III <mjn3@codepoet.org>
Thu, 15 Feb 2001 16:20:49 +0000 (16:20 -0000)
libc/sysdeps/linux/common/syscalls.c

index 6b07fab..a8348bb 100644 (file)
@@ -886,6 +886,11 @@ _syscall1(int, fchdir, int, fd);
 #endif
 
 //#define __NR_bdflush          134
+#ifdef L_bdflush
+#include <sys/kdaemon.h>
+
+_syscall2(int, bdflush, int, __func, long int, __data);
+#endif
 
 //#define __NR_sysfs            135