diff options
author | Florian Weimer <fweimer@redhat.com> | 2019-02-08 16:33:00 +0100 |
---|---|---|
committer | Florian Weimer <fweimer@redhat.com> | 2019-02-08 16:33:37 +0100 |
commit | 8f89ab216f205c2ffd90d1fc8454efdfc0b01dee (patch) | |
tree | aaa7314528e4f72f7b0dd28e5808f02656b04832 | |
parent | 144a794e0a1670dfc7a178637c7f35b5910c42ec (diff) | |
download | glibc-8f89ab216f205c2ffd90d1fc8454efdfc0b01dee.zip glibc-8f89ab216f205c2ffd90d1fc8454efdfc0b01dee.tar.gz glibc-8f89ab216f205c2ffd90d1fc8454efdfc0b01dee.tar.bz2 |
posix: Fix missing wrapper header for <bits/unistd_ext.h>
Fixes commit 1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92
("Linux: Add gettid system call wrapper [BZ #6399]").
Reviewed-by: Carlos O'Donell <carlos@redhat.com>
-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> |