diff options
author | Ulrich Drepper <drepper@redhat.com> | 1999-05-27 11:31:50 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 1999-05-27 11:31:50 +0000 |
commit | b99a8a1140428d0552cc4a0766d96eedf9ea92cc (patch) | |
tree | 6ddb64c0817b9cef138f653e7ae296b9a23be2e6 /sysdeps | |
parent | 958f238f3619373d3dbc106d3cda3c467b3419b1 (diff) | |
download | glibc-b99a8a1140428d0552cc4a0766d96eedf9ea92cc.zip glibc-b99a8a1140428d0552cc4a0766d96eedf9ea92cc.tar.gz glibc-b99a8a1140428d0552cc4a0766d96eedf9ea92cc.tar.bz2 |
Update.
1999-05-27 Andreas Jaeger <aj@arthur.rhein-neckar.de>
* manual/socket.texi (Host Names): Remove statement that h_errno
needs to be declared since this isn't true anymore.
Closes PR libc/1138.
Diffstat (limited to 'sysdeps')
-rw-r--r-- | sysdeps/unix/sysv/linux/kernel-features.h | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sysdeps/unix/sysv/linux/kernel-features.h b/sysdeps/unix/sysv/linux/kernel-features.h index 6813853..1bd7ba4 100644 --- a/sysdeps/unix/sysv/linux/kernel-features.h +++ b/sysdeps/unix/sysv/linux/kernel-features.h @@ -21,9 +21,6 @@ /* This file must not contain any C code. At least it must be protected to allow using the file also in assembler files. */ -/* XXX For testing. */ -#define __LINUX_KERNEL_VERSION 131584 - #ifndef __LINUX_KERNEL_VERSION /* We assume the worst; all kernels should be supported. */ # define __LINUX_KERNEL_VERSION 0 |