From 005d20f04dff3665c9533417bdad06d7d208bf9a Mon Sep 17 00:00:00 2001 From: "Peter S. Mazinger" Date: Fri, 4 Nov 2005 22:52:26 +0000 Subject: Sync up w/ glibc --- include/netdb.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include/netdb.h') diff --git a/include/netdb.h b/include/netdb.h index 9ed963d87..fe3da8239 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -58,7 +58,7 @@ __BEGIN_DECLS We always need the extern int here in case internal libc code undefines the macro because it needs access to the underlying storage. */ extern int h_errno; -#if defined(__UCLIBC_HAS_THREADS__) +#ifdef __UCLIBC_HAS_THREADS__ # define h_errno (*__h_errno_location ()) #endif @@ -392,7 +392,7 @@ extern int getprotobynumber_r (int __proto, struct protoent **__restrict __result); -#if defined(__UCLIBC_HAS_NETGROUP__) +#ifdef __UCLIBC_HAS_NETGROUP__ /* Establish network group NETGROUP for enumeration. This function is not part of POSIX and therefore no official -- cgit v1.2.3