mirror of
git://sourceware.org/git/glibc.git
synced 2024-11-21 01:12:26 +08:00
hurd: [!__USE_MISC] Do not #undef BSD macros in ioctls
When e.g. including termios.h first and then sys/ioctl.h, without e.g. _BSD_SOURCE, the latter would #undef e.g. ECHO, without defining it.
This commit is contained in:
parent
4e16d89866
commit
2fb85a3787
@ -25,6 +25,7 @@
|
||||
/* These macros are also defined in <bits/termios.h> (with numerically
|
||||
identical values) but this serves to shut up cpp's complaining. */
|
||||
|
||||
#ifdef __USE_MISC
|
||||
#ifdef NL0
|
||||
# undef NL0
|
||||
#endif
|
||||
@ -82,6 +83,7 @@
|
||||
#ifdef NOFLSH
|
||||
# undef NOFLSH
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Hurd ioctl request are made up of several fields:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user