2006-03-29 Shaun Jackman <sjackman@gmail.com>

* libc/sys/linux/sys/ioccom.h (ioctl): Change declaration to
        match sys/ioctl.h.
This commit is contained in:
Jeff Johnston 2006-03-29 22:09:56 +00:00
parent 8fed3e2ea5
commit bcc4ff0540
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
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> 2006-03-29 Shaun Jackman <sjackman@gmail.com>
* libtool.m4: Set lt_cv_deplibs_check_method=pass_all for * libtool.m4: Set lt_cv_deplibs_check_method=pass_all for

View File

@ -67,7 +67,7 @@
#include <sys/cdefs.h> #include <sys/cdefs.h>
__BEGIN_DECLS __BEGIN_DECLS
int ioctl(int, unsigned long, ...); int ioctl(int __fd, int __request, ...);
__END_DECLS __END_DECLS
#endif #endif