mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
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>
This commit is contained in:
@ -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)
|
||||
|
||||
|
Reference in New Issue
Block a user