posix: Fix missing wrapper header for <bits/unistd_ext.h>
authorFlorian Weimer <fweimer@redhat.com>
Fri, 8 Feb 2019 15:33:00 +0000 (16:33 +0100)
committerFlorian Weimer <fweimer@redhat.com>
Fri, 8 Feb 2019 15:33:37 +0000 (16:33 +0100)
Fixes commit 1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92
("Linux: Add gettid system call wrapper [BZ #6399]").

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
ChangeLog
include/bits/unistd_ext.h [new file with mode: 0644]

index 4766dc4..164db3f 100644 (file)
--- 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 (file)
index 0000000..24e8d09
--- /dev/null
@@ -0,0 +1 @@
+#include <posix/bits/unistd_ext.h>