From 8498ae47b0c941e14d1e67f530bd6c795099e897 Mon Sep 17 00:00:00 2001 From: Mike Frysinger Date: Sun, 13 Feb 2005 08:06:42 +0000 Subject: x86_64 fixes: update prototype to match the other prototypes --- libc/sysdeps/linux/common/bdflush.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libc/sysdeps/linux/common/bdflush.c') diff --git a/libc/sysdeps/linux/common/bdflush.c b/libc/sysdeps/linux/common/bdflush.c index f635c78ef..f272c961c 100644 --- a/libc/sysdeps/linux/common/bdflush.c +++ b/libc/sysdeps/linux/common/bdflush.c @@ -13,7 +13,7 @@ #ifdef __NR_bdflush _syscall2(int, bdflush, int, __func, long int, __data); #else -int bdflush(int __func, int __data) +int bdflush(int __func, long int __data) { __set_errno(ENOSYS); return -1; -- cgit v1.2.3