mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
391f5e9619
This change is similar to what was done for bits/wchar2.h. Routines declaration are moved into a dedicated bits/unistd-decl.h file which is then included into the bits/unistd.h file. This will allow to adapt the files so that PLT entries are not created when _FORTIFY_SOURCE is enabled. Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
2 lines
36 B
C
2 lines
36 B
C
#include <posix/bits/unistd-decl.h>
|