]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
Define EXTPROC for MIPS.
authorJoseph Myers <joseph@codesourcery.com>
Fri, 13 Aug 2010 16:50:07 +0000 (16:50 +0000)
committerJoseph Myers <joseph@codesourcery.com>
Fri, 13 Aug 2010 16:50:07 +0000 (16:50 +0000)
ChangeLog.mips
sysdeps/unix/sysv/linux/mips/bits/termios.h

index 2dbed6f8bcdd1d935817ab061dc066ec137e4535..33dbdb142289740ad262b8aea8d3f67c52d95930 100644 (file)
@@ -1,3 +1,7 @@
+2010-08-13  Joseph Myers  <joseph@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/bits/termios.h (EXTPROC): Define.
+
 2010-08-12  Joseph Myers  <joseph@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/mips/bits/statfs.h (struct statfs,
index 4ff6e37ad6a91be28a8318056566c8286fe4044a..7a90f99ac625e0bf2267023675edf1393a656dcf 100644 (file)
@@ -1,5 +1,5 @@
 /* termios type and macro definitions.  Linux/MIPS version.
-   Copyright (C) 1993, 94, 95, 96, 97, 99 Free Software Foundation, Inc.
+   Copyright (C) 1993, 94, 95, 96, 97, 99, 2010 Free Software Foundation, Inc.
    This file is part of the GNU C Library.
 
    The GNU C Library is free software; you can redistribute it and/or
@@ -194,6 +194,9 @@ struct termios
 #endif
 #define TOSTOP 0100000         /* Send SIGTTOU for background output.  */
 #define ITOSTOP        TOSTOP
+#ifdef __USE_BSD
+# define EXTPROC 0200000
+#endif
 
 /* ioctl (fd, TIOCSERGETLSR, &result) where result may be as below */
 #define TIOCSER_TEMT    0x01   /* Transmitter physically empty */