From 8f89ab216f205c2ffd90d1fc8454efdfc0b01dee Mon Sep 17 00:00:00 2001 From: Florian Weimer Date: Fri, 8 Feb 2019 16:33:00 +0100 Subject: posix: Fix missing wrapper header for Fixes commit 1d0fc213824eaa2a8f8c4385daaa698ee8fb7c92 ("Linux: Add gettid system call wrapper [BZ #6399]"). Reviewed-by: Carlos O'Donell --- include/bits/unistd_ext.h | 1 + 1 file changed, 1 insertion(+) create mode 100644 include/bits/unistd_ext.h (limited to 'include/bits') 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 -- cgit 1.4.1