diff options
author | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 04:41:31 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2001-01-27 04:41:31 +0000 |
commit | feb4f7592615575295e38700b4eeda88845173b1 (patch) | |
tree | b39b1c1c3f488cb7f9bd6f7ffdc846514271b2f1 /conform | |
parent | 84d7b1ea9ea6bc3b23578d11bf157a9c0f81821f (diff) | |
download | glibc-feb4f7592615575295e38700b4eeda88845173b1.tar.gz glibc-feb4f7592615575295e38700b4eeda88845173b1.tar.xz glibc-feb4f7592615575295e38700b4eeda88845173b1.zip |
Update.
* sysdeps/gnu/netinet/tcp.h: Define everything but TCP_ macros only if __USE_MISC. * conform/data/netinet/tcp.h-data: Reserved prefix TCP_.
Diffstat (limited to 'conform')
-rw-r--r-- | conform/data/netinet/tcp.h-data | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/conform/data/netinet/tcp.h-data b/conform/data/netinet/tcp.h-data index bd71a35265..2084478d2b 100644 --- a/conform/data/netinet/tcp.h-data +++ b/conform/data/netinet/tcp.h-data @@ -1,3 +1,5 @@ -#ifndef ISO +#ifdef XOPEN2K macro TCP_NODELAY + +allow TCP_* #endif |