summaryrefslogtreecommitdiff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>1999-09-10 20:00:21 +0000
committerUlrich Drepper <drepper@redhat.com>1999-09-10 20:00:21 +0000
commit8fc1e2ca9193d5e1f2f17db22020c1af00500ae8 (patch)
tree4b117a88ef586dfe270fc0c8f49077de43caf64b /sysdeps
parent6833780818c60b3f3a0a120f711369bb8158a0d5 (diff)
downloadglibc-8fc1e2ca9193d5e1f2f17db22020c1af00500ae8.tar.gz
Update.
* sysdeps/unix/sysv/linux/sys/raw.h (RAW_MAJOR): Added. 1999-09-08 Andreas Jaeger <aj@arthur.rhein-neckar.de> * manual/install.texi (Configuring and compiling): Mention GCC 2.95. 1999-09-08 Andreas Jaeger <aj@arthur.rhein-neckar.de> * configure.in: Fix make version test for make 3.77.95 and later versions. Based on a patch by Paul D. Smith <psmith@baynetworks.com>. 1999-09-10 Ulrich Drepper <drepper@cygnus.com>
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/unix/sysv/linux/sys/raw.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/sysdeps/unix/sysv/linux/sys/raw.h b/sysdeps/unix/sysv/linux/sys/raw.h
index 7905984b97..1beea3911a 100644
--- a/sysdeps/unix/sysv/linux/sys/raw.h
+++ b/sysdeps/unix/sysv/linux/sys/raw.h
@@ -22,6 +22,10 @@
#include <stdint.h>
#include <sys/ioctl.h>
+/* The major device number for raw devices. */
+#define RAW_MAJOR 162
+
+/* `ioctl' commands for raw devices. */
#define RAW_SETBIND _IO(0xac, 0)
#define RAW_GETBIND _IO(0xac, 1)