diff options
author | Eric Andersen <andersen@codepoet.org> | 2001-11-21 14:56:43 +0000 |
---|---|---|
committer | Eric Andersen <andersen@codepoet.org> | 2001-11-21 14:56:43 +0000 |
commit | ee185898f61c50ad0b174b45a58c38054571a0b3 (patch) | |
tree | c0b0de7a9c86c0805e492a2af62672a2750b7147 /libc/inet/addr.c | |
parent | e625699c3b1a636fa86ed19f96a70e11a23cd020 (diff) | |
download | uClibc-alpine-ee185898f61c50ad0b174b45a58c38054571a0b3.tar.bz2 uClibc-alpine-ee185898f61c50ad0b174b45a58c38054571a0b3.tar.xz |
Adjust naming for __FORCE_GLIBC__ to __FORCE_GLIBC and add
support for __FORCE_NOGLIBC per Brian Stafford
<brian.stafford@office-logic.com>
Diffstat (limited to 'libc/inet/addr.c')
-rw-r--r-- | libc/inet/addr.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libc/inet/addr.c b/libc/inet/addr.c index 305447b1f..8feb77c62 100644 --- a/libc/inet/addr.c +++ b/libc/inet/addr.c @@ -12,7 +12,7 @@ * inet_ntoa in half (from 190 bytes down to 94). */ -#define __FORCE_GLIBC__ +#define __FORCE_GLIBC #include <features.h> #include <string.h> #include <ctype.h> |