almost aligned ioctl prototype

Change-Id: I7f3eaa99d2a9767f71e8387cea5c7f56dcb28f99
This commit is contained in:
2013-04-19 09:54:51 +02:00
parent 7d1cb1caef
commit f84d21b043
2 changed files with 2 additions and 2 deletions

View File

@@ -53,7 +53,7 @@
#define _MINIX_IOCTL_SIZE_BIG(i) (((i) >> 8) & _IOCPARM_MASK_BIG)
__BEGIN_DECLS
int ioctl(int _fd, int _request, void *_data);
int ioctl(int _fd, unsigned long _request, void *_data);
__END_DECLS
#endif /* _M_IOCTL_H */