diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | include/bits/unistd_ext.h | 1 |
2 files changed, 5 insertions, 0 deletions
@@ -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> |