diff options
author | Ulrich Drepper <drepper@gmail.com> | 2012-02-26 21:32:56 -0500 |
---|---|---|
committer | Ulrich Drepper <drepper@gmail.com> | 2012-02-26 21:32:56 -0500 |
commit | d94a4670800de6e8f088b8630ad5142866127980 (patch) | |
tree | 77ce944c2371dc45a567104a47454da162579391 /termios/termios.h | |
parent | 4a3dded52708e6d9be190a968f0f09ca57539e13 (diff) | |
download | glibc-d94a4670800de6e8f088b8630ad5142866127980.tar glibc-d94a4670800de6e8f088b8630ad5142866127980.tar.gz glibc-d94a4670800de6e8f088b8630ad5142866127980.tar.bz2 glibc-d94a4670800de6e8f088b8630ad5142866127980.zip |
Add first fixes for conformtest for POSIX2008
Diffstat (limited to 'termios/termios.h')
-rw-r--r-- | termios/termios.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/termios/termios.h b/termios/termios.h index c42c62cd87..762e7511cd 100644 --- a/termios/termios.h +++ b/termios/termios.h @@ -95,7 +95,7 @@ extern int tcflush (int __fd, int __queue_selector) __THROW; extern int tcflow (int __fd, int __action) __THROW; -#ifdef __USE_UNIX98 +#if defined __USE_UNIX98 || defined __USE_XOPEN2K8 /* Get process group ID for session leader for controlling terminal FD. */ extern __pid_t tcgetsid (int __fd) __THROW; #endif |