Kaynağa Gözat

x86_64 fixes: update prototype to match the other prototypes

Mike Frysinger 20 yıl önce
ebeveyn
işleme
8498ae47b0
1 değiştirilmiş dosya ile 1 ekleme ve 1 silme
  1. 1 1
      libc/sysdeps/linux/common/bdflush.c

+ 1 - 1
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;