From: Florian Weimer Date: Fri, 8 Feb 2019 15:33:00 +0000 (+0100) Subject: posix: Fix missing wrapper header for X-Git-Tag: upstream/2.30~372 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8f89ab216f205c2ffd90d1fc8454efdfc0b01dee;p=external%2Fglibc.git posix: Fix missing wrapper header for Fixes commit 1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92 ("Linux: Add gettid system call wrapper [BZ #6399]"). Reviewed-by: Carlos O'Donell --- diff --git a/ChangeLog b/ChangeLog index 4766dc4..164db3f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2019-02-08 Florian Weimer + + * include/bits/unistd_ext.h: New file. + 2019-02-08 TAMUKI Shoichi * 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