summaryrefslogtreecommitdiffstats
path: root/include/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/termios.h')
-rw-r--r--include/termios.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/termios.h b/include/termios.h
index e41da9f..ed8e328 100644
--- a/include/termios.h
+++ b/include/termios.h
@@ -81,7 +81,7 @@ int tcflow(int, int);
int tcflush(int, int);
int tcsendbreak(int, int);
-#if __POSIX_VISIBLE >= 200112 || __BSD_VISIBLE
+#if __POSIX_VISIBLE >= 200112
pid_t tcgetsid(int);
#endif
#if __BSD_VISIBLE
OpenPOWER on IntegriCloud