]> Zhao Yanbai Git Server - minix.git/commitdiff
expose some terminal definitions by default
authorBen Gras <ben@minix3.org>
Fri, 12 Oct 2012 12:43:18 +0000 (14:43 +0200)
committerBen Gras <ben@minix3.org>
Sat, 13 Oct 2012 01:15:14 +0000 (03:15 +0200)
common/include/termios.h

index 18ebd29f73af7380005608c8fca339d18d23d1c3..5818e31a98ab4f0a3ec6f3521e3eb426d81b7404 100644 (file)
@@ -145,12 +145,6 @@ int tcsetattr(int _filedes, int _opt_actions, const struct termios
 #define cfsetospeed(termios_p, speed)  ((termios_p)->c_ospeed = (speed), 0)
 #endif
 
-#ifdef _MINIX
-/* Here are the local extensions to the POSIX standard for Minix. Posix
- * conforming programs are not able to access these, and therefore they are
- * only defined when a Minix program is compiled.
- */
-
 /* Extensions to the termios c_iflag bit map.  */
 #define IXANY          0x0800  /* allow any key to continue ouptut */
 #define SCANCODES      0x1000  /* send scancodes */
@@ -201,7 +195,6 @@ int tcsetattr(int _filedes, int _opt_actions, const struct termios
  * The ioctls TIOCGWINSZ and TIOCSWINSZ can be used to get and set this 
  * information.
  */
-#endif /* _MINIX */
 
 struct winsize
 {