From: Samuel Thibault Date: Thu, 19 Apr 2018 22:54:18 +0000 (+0200) Subject: Revert "hurd: Fix mach installed headers test" X-Git-Tag: glibc-2.28~333 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c5896a459543725dbca49ee894fd85b2f105ce6f;p=thirdparty%2Fglibc.git Revert "hurd: Fix mach installed headers test" This reverts commit d4379e0216d01fd1395b1f3b37255e3486760135: the proper headers are actually already getting installed. --- diff --git a/ChangeLog b/ChangeLog index 58f02e92ef1..1eb51586b01 100644 --- a/ChangeLog +++ b/ChangeLog @@ -103,15 +103,11 @@ 2018-04-18 Samuel Thibault * 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 diff --git a/include/lock-intern.h b/sysdeps/mach/include/lock-intern.h similarity index 100% rename from include/lock-intern.h rename to sysdeps/mach/include/lock-intern.h diff --git a/include/mach.h b/sysdeps/mach/include/mach.h similarity index 100% rename from include/mach.h rename to sysdeps/mach/include/mach.h diff --git a/include/mach/mig_support.h b/sysdeps/mach/include/mach/mig_support.h similarity index 100% rename from include/mach/mig_support.h rename to sysdeps/mach/include/mach/mig_support.h diff --git a/include/mach_error.h b/sysdeps/mach/include/mach_error.h similarity index 100% rename from include/mach_error.h rename to sysdeps/mach/include/mach_error.h