about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 20:14:45 +0200
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2018-04-19 20:14:45 +0200
commit77b93390283cc4927f08ceb1bc19f2b2b1dee7c2 (patch)
treec79cb95950efda126980b6ae0f3298297a700f5c /bits
parent298d0e3129c0b5137f4989275b13fe30d0733c4d (diff)
downloadglibc-77b93390283cc4927f08ceb1bc19f2b2b1dee7c2.tar.gz
glibc-77b93390283cc4927f08ceb1bc19f2b2b1dee7c2.tar.xz
glibc-77b93390283cc4927f08ceb1bc19f2b2b1dee7c2.zip
hurd: Fix symbols exposition
	* bits/in.h [!__USE_MISC]: Do not define struct ip_opts.
	* conform/data/netinet/in.h-data: Allow sin_ and sin6_ prefix.
	* sysdeps/gnu/bits/msq.h (struct msqid_ds): Use __wait_queue struct
	instead of wait_queue.
	* sysdeps/gnu/bits/shm.h (struct shmid_ds): Use __vm_area_struct
	instead of vm_area_struct.
Diffstat (limited to 'bits')
-rw-r--r--bits/in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/bits/in.h b/bits/in.h
index aa683a59fb..1e854fddfb 100644
--- a/bits/in.h
+++ b/bits/in.h
@@ -44,6 +44,7 @@
 #define IP_ADD_MEMBERSHIP 12	/* ip_mreq; add an IP group membership */
 #define IP_DROP_MEMBERSHIP 13	/* ip_mreq; drop an IP group membership */
 
+#ifdef __USE_MISC
 /* Structure used to describe IP options for IP_OPTIONS and IP_RETOPTS.
    The `ip_dst' field is used for the first-hop gateway when using a
    source route (this gets put into the header proper).  */
@@ -52,6 +53,7 @@ struct ip_opts
     struct in_addr ip_dst;	/* First hop; zero without source route.  */
     char ip_opts[40];		/* Actually variable in size.  */
   };
+#endif
 
 /* Socket-level values for IPv6.  */
 #define SOL_IPV6		41