From d94a4670800de6e8f088b8630ad5142866127980 Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 26 Feb 2012 21:32:56 -0500 Subject: Add first fixes for conformtest for POSIX2008 --- termios/termios.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'termios') 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 -- cgit 1.4.1