From 8ba7d5cebbd4acf40dc8d22982baa50c2e1fd194 Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Sat, 24 May 2008 22:22:20 +0000 Subject: Updated to fedora-glibc-20080524T2218 --- bits/termios.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'bits/termios.h') diff --git a/bits/termios.h b/bits/termios.h index 4dc0fab911..293d0a6061 100644 --- a/bits/termios.h +++ b/bits/termios.h @@ -135,8 +135,10 @@ struct termios /* Output modes. */ tcflag_t c_oflag; #define OPOST (1 << 0) /* Perform output processing. */ -#ifdef __USE_BSD +#if defined __USE_BSD || defined __USE_XOPEN # define ONLCR (1 << 1) /* Map NL to CR-NL on output. */ +#endif +#ifdef __USE_BSD # define OXTABS TAB3 /* Expand tabs to spaces. */ # define ONOEOT (1 << 3) /* Discard EOT (^D) on output. */ #endif -- cgit v1.2.3