]> sourceware.org Git - glibc.git/commitdiff
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 4766dc415f07cdba49bae46bef1a07906ab0e7dc..164db3f085b94993d21fb587d03cfbc643d63533 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>
This page took 0.104287 seconds and 5 git commands to generate.