summaryrefslogtreecommitdiff
path: root/src/internal/libc.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/internal/libc.c')
-rw-r--r--src/internal/libc.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/internal/libc.c b/src/internal/libc.c
index 954efedf..5f12e295 100644
--- a/src/internal/libc.c
+++ b/src/internal/libc.c
@@ -1,6 +1,6 @@
#include "libc.h"
-#ifdef __PIC__
+#ifdef USE_LIBC_ACCESSOR
struct __libc *__libc_loc()
{
static struct __libc __libc;