author | Rich Felker <dalias@aerifal.cx> | 2011年02月24日 16:37:21 -0500 |
---|---|---|
committer | Rich Felker <dalias@aerifal.cx> | 2011年02月24日 16:37:21 -0500 |
commit | 41d518360fd2da0f19d6a2f8d8c5f226b201c1e9 (patch) | |
tree | 5c977c65efcc6c6ce159e0a5fbcdd566b0ddf061 /src/internal/libc.c | |
parent | 73d310e1d2b76cd14b9913bbc3d8e75be91be5a6 (diff) | |
download | musl-41d518360fd2da0f19d6a2f8d8c5f226b201c1e9.tar.gz |
-rw-r--r-- | src/internal/libc.c | 2 |
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; |