Move bits/types.h into posix/bits.
authorZack Weinberg <zackw@panix.com>
Thu, 1 Dec 2016 19:22:54 +0000 (14:22 -0500)
committerZack Weinberg <zackw@panix.com>
Thu, 16 Feb 2017 14:43:50 +0000 (09:43 -0500)
bits/types.h has no sysdeps variants, so it should be in the
subdirectory that installs it (namely, posix).

* bits/types.h: Move to posix/bits.
* include/bits/types.h: New wrapper.

ChangeLog
include/bits/types.h [new file with mode: 0644]
posix/bits/types.h [moved from bits/types.h with 100% similarity]

index 3bc23fe..d25710c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2017-02-16  Zack Weinberg  <zackw@panix.com>
+
+       * bits/types.h: Move to posix/bits.
+       * include/bits/types.h: New wrapper.
+
 2017-02-15  Wilco Dijkstra  <wdijkstr@arm.com>
 
        * string/bits/string2.h (strcmp): Remove define.
diff --git a/include/bits/types.h b/include/bits/types.h
new file mode 100644 (file)
index 0000000..1c47910
--- /dev/null
@@ -0,0 +1 @@
+#include <posix/bits/types.h>
similarity index 100%
rename from bits/types.h
rename to posix/bits/types.h