diff mbox series

[hurd,commited,2/4] Revert "hurd: Fix mach installed headers test"

Message ID 20180420002930.17787-2-samuel.thibault@ens-lyon.org
State New
Headers show
Series [hurd,commited,1/4] Drop fpregset unused symbol exposition | expand

Commit Message

Samuel Thibault April 20, 2018, 12:29 a.m. UTC
This reverts commit d4379e0216d01fd1395b1f3b37255e3486760135: the proper
headers are actually already getting installed.
---
 ChangeLog                                            | 12 ++++--------
 {include => sysdeps/mach/include}/lock-intern.h      |  0
 {include => sysdeps/mach/include}/mach.h             |  0
 {include => sysdeps/mach/include}/mach/mig_support.h |  0
 {include => sysdeps/mach/include}/mach_error.h       |  0
 5 files changed, 4 insertions(+), 8 deletions(-)
 rename {include => sysdeps/mach/include}/lock-intern.h (100%)
 rename {include => sysdeps/mach/include}/mach.h (100%)
 rename {include => sysdeps/mach/include}/mach/mig_support.h (100%)
 rename {include => sysdeps/mach/include}/mach_error.h (100%)
diff mbox series

Patch

diff --git a/ChangeLog b/ChangeLog
index 58f02e92ef..1eb51586b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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>
 
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