diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-20 00:54:18 +0200 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2018-04-20 01:27:13 +0200 |
commit | c5896a459543725dbca49ee894fd85b2f105ce6f (patch) | |
tree | 67d31294058f38462b8dd1913cf2f8693f838f11 /ChangeLog | |
parent | 81b032c833a01491dfa35e9fdc5c2d4e523df163 (diff) | |
download | glibc-c5896a459543725dbca49ee894fd85b2f105ce6f.zip glibc-c5896a459543725dbca49ee894fd85b2f105ce6f.tar.gz glibc-c5896a459543725dbca49ee894fd85b2f105ce6f.tar.bz2 |
Revert "hurd: Fix mach installed headers test"
This reverts commit d4379e0216d01fd1395b1f3b37255e3486760135: the proper
headers are actually already getting installed.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 4 insertions, 8 deletions
@@ -103,15 +103,11 @@ 2018-04-18 Samuel Thibault <samuel.thibault@ens-lyon.org> * conform/data/sys/un.h-data: Allow sun_ prefix. - * sysdeps/mach/include/lock-intern.h: Move to include/. - * sysdeps/mach/include/mach.h: Move to include/. - * sysdeps/mach/include/mach/mig_support.h: Move to include/mach/. - * sysdeps/mach/include/mach_error.h: Move to include/. - * include/lock-intern.h [!_ISOMAC]: Do not declare libc hidden + * sysdeps/mach/include/lock-intern.h: Do not declare libc hidden prototypes. - * include/mach.h [!_ISOMAC]: Likewise. - * include/mach/mig_support.h [!_ISOMAC]: Likewise. - * include/mach_error.h [!_ISOMAC]: Likewise. + * sysdeps/mach/include/mach.h: Likewise. + * sysdeps/mach/include/mach/mig_support.h: Likewise. + * sysdeps/mach/include/mach_error.h: Likewise. 2018-04-16 Adhemerval Zanella <adhemerval.zanella@linaro.org> |