diff options
| author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 20:14:45 +0200 |
|---|---|---|
| committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-19 20:14:45 +0200 |
| commit | 77b93390283cc4927f08ceb1bc19f2b2b1dee7c2 (patch) | |
| tree | c79cb95950efda126980b6ae0f3298297a700f5c /ChangeLog | |
| parent | 298d0e3129c0b5137f4989275b13fe30d0733c4d (diff) | |
| download | 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 'ChangeLog')
| -rw-r--r-- | ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -54,6 +54,12 @@ (struct statvfs64): Likewise. * sysdeps/mach/hurd/bits/statfs.h (struct statfs, struct statfs64): Likewise. + * 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. 2018-04-18 Joseph Myers <joseph@codesourcery.com> |
