OSDN Git Service

2006-03-29 Shaun Jackman <sjackman@gmail.com>
authorjjohnstn <jjohnstn>
Wed, 29 Mar 2006 22:09:56 +0000 (22:09 +0000)
committerjjohnstn <jjohnstn>
Wed, 29 Mar 2006 22:09:56 +0000 (22:09 +0000)
        * libc/sys/linux/sys/ioccom.h (ioctl): Change declaration to
        match sys/ioctl.h.

newlib/ChangeLog
newlib/libc/sys/linux/sys/ioccom.h

index 223d04a..bc5d0db 100644 (file)
@@ -1,5 +1,10 @@
 2006-03-29  Shaun Jackman  <sjackman@gmail.com>
 
+       * libc/sys/linux/sys/ioccom.h (ioctl): Change declaration to
+       match sys/ioctl.h.
+
+2006-03-29  Shaun Jackman  <sjackman@gmail.com>
+
        * libtool.m4: Set lt_cv_deplibs_check_method=pass_all for 
        linux-newlib libc implementations.
 
index 4a063e9..e656d5e 100644 (file)
@@ -67,7 +67,7 @@
 #include <sys/cdefs.h>
 
 __BEGIN_DECLS
-int    ioctl(int, unsigned long, ...);
+int    ioctl(int __fd, int __request, ...);
 __END_DECLS
 
 #endif