diff options
Diffstat (limited to 'libc/inet/getnetent.c')
-rw-r--r-- | libc/inet/getnetent.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libc/inet/getnetent.c b/libc/inet/getnetent.c index 476fa6b0e..edbae55b0 100644 --- a/libc/inet/getnetent.c +++ b/libc/inet/getnetent.c @@ -15,6 +15,9 @@ * WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE. */ +#define inet_network __inet_network +#define rewind __rewind + #define __FORCE_GLIBC #include <features.h> #include <stdio.h> |