From fda27c9937b724b3c3e24266d58c4be4d1839e7f Mon Sep 17 00:00:00 2001 From: emaste Date: Tue, 25 Nov 2014 03:50:31 +0000 Subject: Revert r274772: it is not valid on MIPS Reported by: sbruno --- lib/libc/include/errlst.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libc/include/errlst.h') diff --git a/lib/libc/include/errlst.h b/lib/libc/include/errlst.h index 1b329b3..4e9e29f 100644 --- a/lib/libc/include/errlst.h +++ b/lib/libc/include/errlst.h @@ -31,7 +31,7 @@ #include -#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; -- cgit v1.1