diff options
Diffstat (limited to 'lib/libc/include/errlst.h')
-rw-r--r-- | lib/libc/include/errlst.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/errlst.h b/lib/libc/include/errlst.h index 4e9e29f..1b329b3 100644 --- a/lib/libc/include/errlst.h +++ b/lib/libc/include/errlst.h @@ -31,7 +31,7 @@ #include <sys/cdefs.h> -#ifdef PIC +#ifdef __PIC__ /* If the main executable imports these, do not use its copy from libc.so. */ extern const char *const __hidden_sys_errlist[] __hidden; extern const int __hidden_sys_nerr __hidden; |