mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
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:
parent
144a794e0a
commit
8f89ab216f
@ -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
|
||||
|
1
include/bits/unistd_ext.h
Normal file
1
include/bits/unistd_ext.h
Normal file
@ -0,0 +1 @@
|
||||
#include <posix/bits/unistd_ext.h>
|
Loading…
Reference in New Issue
Block a user