add directory gnu
This commit is contained in:
10
gnu/glibc/glibc-1.03/sysdeps/generic/ntohl.c
Normal file
10
gnu/glibc/glibc-1.03/sysdeps/generic/ntohl.c
Normal file
@@ -0,0 +1,10 @@
|
||||
#include <ansidecl.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#undef ntohl
|
||||
|
||||
unsigned long int
|
||||
DEFUN(ntohl, (x), unsigned long int x)
|
||||
{
|
||||
return x;
|
||||
}
|
||||
Reference in New Issue
Block a user