diff options
Diffstat (limited to 'conform/data/termios.h-data')
-rw-r--r-- | conform/data/termios.h-data | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/conform/data/termios.h-data b/conform/data/termios.h-data index 778408f1b2..9aec2f5a17 100644 --- a/conform/data/termios.h-data +++ b/conform/data/termios.h-data @@ -144,7 +144,7 @@ function int tcdrain (int) function int tcflow (int, int) function int tcflush (int, int) function int tcgetattr (int, struct termios*) -#if !defined POSIX && !defined XPG3 +#if !defined POSIX && !defined XPG4 function pid_t tcgetsid (int) #endif function int tcsendbreak (int, int) |