diff options
Diffstat (limited to 'libc/sysdeps/linux/common/bdflush.c')
-rw-r--r-- | libc/sysdeps/linux/common/bdflush.c | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/libc/sysdeps/linux/common/bdflush.c b/libc/sysdeps/linux/common/bdflush.c index 687a8f9a7..c2a05ed88 100644 --- a/libc/sysdeps/linux/common/bdflush.c +++ b/libc/sysdeps/linux/common/bdflush.c @@ -12,10 +12,4 @@ #ifdef __NR_bdflush _syscall2(int, bdflush, int, __func, long int, __data) -#else -int bdflush(int __func, long int __data) -{ - __set_errno(ENOSYS); - return -1; -} #endif |