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 /include/bits | |
parent | 144a794e0a1670dfc7a178637c7f35b5910c42ec (diff) | |
download | glibc-8f89ab216f205c2ffd90d1fc8454efdfc0b01dee.tar.gz glibc-8f89ab216f205c2ffd90d1fc8454efdfc0b01dee.tar.xz glibc-8f89ab216f205c2ffd90d1fc8454efdfc0b01dee.zip |
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>
Diffstat (limited to 'include/bits')
-rw-r--r-- | include/bits/unistd_ext.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/bits/unistd_ext.h b/include/bits/unistd_ext.h new file mode 100644 index 0000000000..24e8d09ba8 --- /dev/null +++ b/include/bits/unistd_ext.h @@ -0,0 +1 @@ +#include <posix/bits/unistd_ext.h> |