about summary refs log tree commit diff
path: root/arch/mips64/bits/termios.h
diff options
context:
space:
mode:
Diffstat (limited to 'arch/mips64/bits/termios.h')
-rw-r--r--arch/mips64/bits/termios.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/arch/mips64/bits/termios.h b/arch/mips64/bits/termios.h
index 692e58be..f7b9dd2e 100644
--- a/arch/mips64/bits/termios.h
+++ b/arch/mips64/bits/termios.h
@@ -52,6 +52,7 @@ struct termios {
 #define ONLRET 0000040
 #define OFILL  0000100
 #define OFDEL  0000200
+#if defined(_GNU_SOURCE) || defined(_BSD_SOURCE) || defined(_XOPEN_SOURCE)
 #define NLDLY  0000400
 #define NL0    0000000
 #define NL1    0000400
@@ -71,6 +72,7 @@ struct termios {
 #define FFDLY  0100000
 #define FF0    0000000
 #define FF1    0100000
+#endif
 
 #define VTDLY  0040000
 #define VT0    0000000