mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-24 03:31:07 +00:00
hurd: define BSD 4.3 ioctls only under __USE_MISC
This commit is contained in:
parent
5df6ebcf44
commit
cd41ffeb0b
@ -321,6 +321,7 @@ enum __ioctl_datum { IOC_8, IOC_16, IOC_32, IOC_64 };
|
||||
/* Compatibility with 4.3 BSD terminal driver.
|
||||
From 4.4 <sys/ioctl_compat.h>. */
|
||||
|
||||
#ifdef __USE_MISC
|
||||
#ifdef USE_OLD_TTY
|
||||
# undef TIOCGETD
|
||||
# define TIOCGETD _IOR('t', 0, int) /* get line discipline */
|
||||
@ -428,5 +429,6 @@ enum __ioctl_datum { IOC_8, IOC_16, IOC_32, IOC_64 };
|
||||
# define EXTA 14
|
||||
# define EXTB 15
|
||||
#endif /* USE_OLD_TTY */
|
||||
#endif
|
||||
|
||||
#endif /* bits/ioctls.h */
|
||||
|
Loading…
Reference in New Issue
Block a user