Add first fixes for conformtest for POSIX2008
[jlayton/glibc.git] / termios / termios.h
index c42c62cd870bd75634a8fd427d96f963b2a4d0f4..762e7511cd037f1e963f67d5a19b3b43726445c1 100644 (file)
@@ -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