aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--include/bits/types.h1
-rw-r--r--posix/bits/types.h (renamed from bits/types.h)0
3 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3bc23fe..d25710c 100644
--- 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
index 0000000..1c47910
--- /dev/null
+++ b/include/bits/types.h
@@ -0,0 +1 @@
+#include <posix/bits/types.h>
diff --git a/bits/types.h b/posix/bits/types.h
index 7638bd0..7638bd0 100644
--- a/bits/types.h
+++ b/posix/bits/types.h