mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-21 10:20:06 +00:00
8d097a18d8
Revamp Hurd ioctl typing magic to handle `struct' keyword in the ioctl command macros, so we can use Unix-compatible headers that make use of the _IO* macros. * sysdeps/mach/hurd/bits/ioctls.h (_IOC_ENCODE_TYPE, _IOC_ENCODE_TYPE_1, _IOC_ENCODE_TYPE_2, _IOTBASE_struct): New macros. (_IOR, _IOW, _IOWR): Use them _IOC_ENCODE_TYPE(t) instead of _IOT_##t. (_IOT_int, _IOT_char, _IOT_short): Renamed to _IOT__IOTBASE_*. (numerous ioctl command macros): Restore `struct' keyword. |
||
---|---|---|
.. | ||
environments.h | ||
errno.h | ||
fcntl.h | ||
ioctls.h | ||
libc-tsd.h | ||
local_lim.h | ||
posix_opt.h | ||
stat.h | ||
statfs.h | ||
statvfs.h |