diff options
author | Ulrich Drepper <drepper@redhat.com> | 2006-05-12 04:16:08 +0000 |
---|---|---|
committer | Ulrich Drepper <drepper@redhat.com> | 2006-05-12 04:16:08 +0000 |
commit | 08cfb83947cd34cb2e7a947430e9aa23ecfd244f (patch) | |
tree | 66fcfd58ca0524b29bafc4580db3eb13065f4d2c /include/arpa | |
parent | 4b481a15bddd25b9887d2e163f1aedf124fd12ab (diff) | |
download | glibc-08cfb83947cd34cb2e7a947430e9aa23ecfd244f.tar.gz glibc-08cfb83947cd34cb2e7a947430e9aa23ecfd244f.tar.xz glibc-08cfb83947cd34cb2e7a947430e9aa23ecfd244f.zip |
* include/arpa/nameser.h: Declare _ns_flagdata as hidden.
Diffstat (limited to 'include/arpa')
-rw-r--r-- | include/arpa/nameser.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/include/arpa/nameser.h b/include/arpa/nameser.h index 449f5b452e..efbe956602 100644 --- a/include/arpa/nameser.h +++ b/include/arpa/nameser.h @@ -7,6 +7,8 @@ #include <stdint.h> #include <netinet/in.h> +extern struct _ns_flagdata _ns_flagdata[] attribute_hidden; + #if _STRING_ARCH_unaligned # undef NS_GET16 |