diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-04-16 15:51:02 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-04-16 15:51:02 +0000 |
commit | 17c7887ba101fd22825f2ab1485458c6cadc805b (patch) | |
tree | 4197a1b0bfe277af596f733b010920ef65f7fbc8 /sysdeps/unix/sysv/linux/bits | |
parent | 7d17e925e92cf4f801ac7c82c8e12b06096828e7 (diff) | |
download | glibc-17c7887ba101fd22825f2ab1485458c6cadc805b.tar.gz glibc-17c7887ba101fd22825f2ab1485458c6cadc805b.tar.xz glibc-17c7887ba101fd22825f2ab1485458c6cadc805b.zip |
Update.
1999-04-16 Ulrich Drepper <drepper@cygnus.com> * sysdeps/unix/sysv/linux/bits/socket.h: Add SOL_PACKET, SOL_ATM, SOL_AAL, and SOL_IRDA.
Diffstat (limited to 'sysdeps/unix/sysv/linux/bits')
-rw-r--r-- | sysdeps/unix/sysv/linux/bits/socket.h | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/linux/bits/socket.h b/sysdeps/unix/sysv/linux/bits/socket.h index 7be5d722ae..9733903c8b 100644 --- a/sysdeps/unix/sysv/linux/bits/socket.h +++ b/sysdeps/unix/sysv/linux/bits/socket.h @@ -1,5 +1,5 @@ /* System-specific socket constants and types. Linux version. - Copyright (C) 1991, 92, 94, 95, 96, 97, 98 Free Software Foundation, Inc. + Copyright (C) 1991,92,94,95,96,97,98,99 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 @@ -120,6 +120,10 @@ enum __socket_type #define SOL_RAW 255 #define SOL_DECNET 261 #define SOL_X25 262 +#define SOL_PACKET 263 +#define SOL_ATM 264 /* ATM layer (cell level). */ +#define SOL_AAL 265 /* ATM Adaption Layer (packet level). */ +#define SOL_IRDA 266 /* Maximum queue length specifiable by listen. */ #define SOMAXCONN 128 |