diff options
author | Eric Andersen <andersen@codepoet.org> | 2002-08-16 04:49:08 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2002-08-16 04:49:08 +0000 |
commit | f106775df14dbd1af2f1e0d3b1b3c67c167f8ce0 (patch) | |
tree | ff8ad77949aae56db49e68538ea3fe7a1914211c /include/resolv.h | |
parent | 7166f6c6fed92ab07fbfa66b50816827012eac9d (diff) |
Replace all instances of _LIBC_REENTRANT with __UCLIBC_HAS_THREADS__
-Erik
Diffstat (limited to 'include/resolv.h')
-rw-r--r-- | include/resolv.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/resolv.h b/include/resolv.h index 2d2258c7d..d77a42ecd 100644 --- a/include/resolv.h +++ b/include/resolv.h @@ -217,7 +217,7 @@ typedef struct __res_state *res_state; /* 0x00008000 */ /* Things involving an internal (static) resolver context. */ -#if !defined _LIBC || defined _LIBC_REENTRANT +#if !defined _LIBC || defined __UCLIBC_HAS_THREADS__ __BEGIN_DECLS extern struct __res_state *__res_state(void) __attribute__ ((__const__)); __END_DECLS |