posix: Fix missing wrapper header for <bits/unistd_ext.h>

Fixes commit 1d0fc21382
("Linux: Add gettid system call wrapper [BZ #6399]").

Reviewed-by: Carlos O'Donell <carlos@redhat.com>
This commit is contained in:
Florian Weimer 2019-02-08 16:33:00 +01:00
parent 144a794e0a
commit 8f89ab216f
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -0,0 +1 @@
#include <posix/bits/unistd_ext.h>