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:
parent
8fed3e2ea5
commit
bcc4ff0540
|
@ -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>
|
||||
|
||||
* libtool.m4: Set lt_cv_deplibs_check_method=pass_all for
|
||||
|
|
|
@ -67,7 +67,7 @@
|
|||
#include <sys/cdefs.h>
|
||||
|
||||
__BEGIN_DECLS
|
||||
int ioctl(int, unsigned long, ...);
|
||||
int ioctl(int __fd, int __request, ...);
|
||||
__END_DECLS
|
||||
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue