diff options
Diffstat (limited to 'conform/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 de34bf5956..778408f1b2 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*) -#ifndef POSIX +#if !defined POSIX && !defined XPG3 function pid_t tcgetsid (int) #endif function int tcsendbreak (int, int) |