diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-10-29 20:23:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-10-29 20:23:50 +0000 |
commit | 26d63253e1e4bb2f9c22fdd75b1bcfaafe5d0324 (patch) | |
tree | 3700c20b0b63846cb92e19c4baafb729c03fe2b9 | |
parent | 07221bc3f544aba646f34b4a769f475a839a3559 (diff) | |
download | glibc-26d63253e1e4bb2f9c22fdd75b1bcfaafe5d0324.tar.gz glibc-26d63253e1e4bb2f9c22fdd75b1bcfaafe5d0324.tar.xz glibc-26d63253e1e4bb2f9c22fdd75b1bcfaafe5d0324.zip |
Update.
* sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Added missing N_* constants. * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise. * sysdeps/unix/sysv/linux/bits/ioctl-types.h (N_SYNC_PPP): Added new constant from Linux 2.3.25pre1. * sysdeps/unix/sysv/linux/linux_fsinfo.h (BFS_MAGIC): Added. 1999-10-29 Andreas Jaeger <aj@suse.de>
-rw-r--r-- | ChangeLog | 11 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/ioctl-types.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/linux_fsinfo.h | 1 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h | 11 | ||||
-rw-r--r-- | sysdeps/unix/sysv/linux/powerpc/bits/termios.h | 11 |
5 files changed, 34 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog index 60889ed6ba..c0e78f9e3d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,16 @@ 1999-10-29 Andreas Jaeger <aj@suse.de> + * sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h: Added missing + N_* constants. + * sysdeps/unix/sysv/linux/powerpc/bits/termios.h: Likewise. + + * sysdeps/unix/sysv/linux/bits/ioctl-types.h (N_SYNC_PPP): Added + new constant from Linux 2.3.25pre1. + + * sysdeps/unix/sysv/linux/linux_fsinfo.h (BFS_MAGIC): Added. + +1999-10-29 Andreas Jaeger <aj@suse.de> + * math/libm-err-tab.pl: New file to generate a table of libm-test-ulps values. diff --git a/sysdeps/unix/sysv/linux/bits/ioctl-types.h b/sysdeps/unix/sysv/linux/bits/ioctl-types.h index 63577ae6a8..59c79df812 100644 --- a/sysdeps/unix/sysv/linux/bits/ioctl-types.h +++ b/sysdeps/unix/sysv/linux/bits/ioctl-types.h @@ -74,3 +74,4 @@ struct termio #define N_IRDA 11 /* Linux IR */ #define N_SMSBLOCK 12 /* SMS block mode */ #define N_HDLC 13 /* synchronous HDLC */ +#define N_SYNC_PPP 14 /* synchronous PPP */ diff --git a/sysdeps/unix/sysv/linux/linux_fsinfo.h b/sysdeps/unix/sysv/linux/linux_fsinfo.h index ff2036017e..69047e1853 100644 --- a/sysdeps/unix/sysv/linux/linux_fsinfo.h +++ b/sysdeps/unix/sysv/linux/linux_fsinfo.h @@ -26,6 +26,7 @@ appropriate definitions here.*/ #define ADFS_SUPER_MAGIC 0xadf5 #define AFFS_SUPER_MAGIC 0xadff +#define BFS_MAGIC 0x1BADFACE #define CODA_SUPER_MAGIC 0x73757245 #define DEVPTS_SUPER_MAGIC 0x1cd1 #define EFS_SUPER_MAGIC 0x414A53 diff --git a/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h b/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h index 4f5c2b0d3e..7959570146 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h +++ b/sysdeps/unix/sysv/linux/mips/bits/ioctl-types.h @@ -1,5 +1,5 @@ /* Structure types for pre-termios terminal ioctls. Linux/MIPS version. - Copyright (C) 1997 Free Software Foundation, Inc. + Copyright (C) 1997, 1999 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 @@ -64,3 +64,12 @@ struct termio #define N_PPP 3 #define N_STRIP 4 #define N_AX25 5 +#define N_X25 6 /* X.25 async */ +#define N_6PACK 7 +#define N_MASC 8 /* Mobitex module */ +#define N_R3964 9 /* Simatic R3964 module */ +#define N_PROFIBUS_FDL 10 /* Profibus */ +#define N_IRDA 11 /* Linux IR */ +#define N_SMSBLOCK 12 /* SMS block mode */ +#define N_HDLC 13 /* synchronous HDLC */ +#define N_SYNC_PPP 14 /* synchronous PPP */ diff --git a/sysdeps/unix/sysv/linux/powerpc/bits/termios.h b/sysdeps/unix/sysv/linux/powerpc/bits/termios.h index 446309584a..ae14d5bcbf 100644 --- a/sysdeps/unix/sysv/linux/powerpc/bits/termios.h +++ b/sysdeps/unix/sysv/linux/powerpc/bits/termios.h @@ -288,3 +288,14 @@ struct termio { #define N_SLIP 1 #define N_MOUSE 2 #define N_PPP 3 +#define N_STRIP 4 +#define N_AX25 5 +#define N_X25 6 /* X.25 async */ +#define N_6PACK 7 +#define N_MASC 8 /* Mobitex module */ +#define N_R3964 9 /* Simatic R3964 module */ +#define N_PROFIBUS_FDL 10 /* Profibus */ +#define N_IRDA 11 /* Linux IR */ +#define N_SMSBLOCK 12 /* SMS block mode */ +#define N_HDLC 13 /* synchronous HDLC */ +#define N_SYNC_PPP 14 /* synchronous PPP */ |