aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/include
diff options
context:
space:
mode:
authorEd Maste <emaste@FreeBSD.org>2014-11-25 03:50:31 +0000
committerEd Maste <emaste@FreeBSD.org>2014-11-25 03:50:31 +0000
commit294246bb7db1fb65230d917c401271c4b0e7c672 (patch)
tree8af8a3fb8f37ea396b60dd6e474d26d3b108cc1a /lib/libc/include
parentf386f04f11679fd31731bce42208bb4363b79e75 (diff)
downloadsrc-294246bb7db1fb65230d917c401271c4b0e7c672.tar.gz
src-294246bb7db1fb65230d917c401271c4b0e7c672.zip
Revert r274772: it is not valid on MIPS
Reported by: sbruno
Notes
Notes: svn path=/head/; revision=275004
Diffstat (limited to 'lib/libc/include')
-rw-r--r--lib/libc/include/errlst.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/include/errlst.h b/lib/libc/include/errlst.h
index 1b329b311bde..4e9e29fc3345 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;