diff options
Diffstat (limited to 'include/netdb.h')
-rw-r--r-- | include/netdb.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/netdb.h b/include/netdb.h index 99532d76d..774aac268 100644 --- a/include/netdb.h +++ b/include/netdb.h @@ -394,7 +394,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 |