Kaynağa Gözat

Add bdflush.

Manuel Novoa III 23 yıl önce
ebeveyn
işleme
940d253f89
1 değiştirilmiş dosya ile 5 ekleme ve 0 silme
  1. 5 0
      libc/sysdeps/linux/common/syscalls.c

+ 5 - 0
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