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