diff options
Diffstat (limited to 'libc/sysdeps/linux/common')
-rw-r--r-- | libc/sysdeps/linux/common/syscalls.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/libc/sysdeps/linux/common/syscalls.c b/libc/sysdeps/linux/common/syscalls.c index 6b07fab5c..a8348bbdc 100644 --- a/libc/sysdeps/linux/common/syscalls.c +++ b/libc/sysdeps/linux/common/syscalls.c @@ -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 |