aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog4
-rw-r--r--include/bits/unistd_ext.h1
2 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 4766dc4..164db3f 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2019-02-08 Florian Weimer <fweimer@redhat.com>
+
+ * include/bits/unistd_ext.h: New file.
+
2019-02-08 TAMUKI Shoichi <tamuki@linet.gr.jp>
* time/tst-strftime2.c: Use array_length macros instead of magic
diff --git a/include/bits/unistd_ext.h b/include/bits/unistd_ext.h
new file mode 100644
index 0000000..24e8d09
--- /dev/null
+++ b/include/bits/unistd_ext.h
@@ -0,0 +1 @@
+#include <posix/bits/unistd_ext.h>