mips64 patches

Atsushi Nemoto anemo at mba.ocn.ne.jp
Wed Jul 5 09:00:53 PDT 2006


I have sent all mips64 patches (except for one).  It works with
2006/06/11 snapshot.  Comments are welcome.  Thank you.


The remained patch is for ioctl, but now I can not remember the reason
of this change...  I'll try to figure out this is really required or
not.

diff -urNp uClibc-20060611/libc/sysdeps/linux/common/ioctl.c uClibc/libc/sysdeps/linux/common/ioctl.c
--- uClibc-20060611/libc/sysdeps/linux/common/ioctl.c	2006-06-11 16:11:15.000000000 +0900
+++ uClibc/libc/sysdeps/linux/common/ioctl.c	2006-07-05 22:04:44.788840328 +0900
@@ -15,7 +15,7 @@ libc_hidden_proto(ioctl)
 
 #define __NR___syscall_ioctl __NR_ioctl
 static inline
-_syscall3(int, __syscall_ioctl, int, fd, unsigned long int, request, void *, arg);
+_syscall3(int, __syscall_ioctl, int, fd, int, request, void *, arg);
 
 int ioctl(int fd, unsigned long int request, ...)
 {


More information about the uClibc mailing list