]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
update from main archive 970127
authorUlrich Drepper <drepper@redhat.com>
Tue, 28 Jan 1997 03:59:28 +0000 (03:59 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 28 Jan 1997 03:59:28 +0000 (03:59 +0000)
sysdeps/unix/sysv/linux/alpha/termbits.h

index bcd3ff5d6369d29084cbf80d8d0719a62a7834ac..d0932c1cd7f6ce8f117c0f16df4dd02466794d34 100644 (file)
@@ -17,6 +17,9 @@
    write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
    Boston, MA 02111-1307, USA.  */
 
+#ifndef _TERMBITS_H
+#define _TERMBITS_H 1
+
 typedef unsigned char  cc_t;
 typedef unsigned int   speed_t;
 typedef unsigned int   tcflag_t;
@@ -186,3 +189,5 @@ struct termios
 
 #define _IOT_termios /* Hurd ioctl type field.  */ \
   _IOT (_IOTS (cflag_t), 4, _IOTS (cc_t), NCCS, _IOTS (speed_t), 2)
+
+#endif /* _TERMBITS_H */