repo.or.cz
/
glibc
/
history.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
Misc edits.
[glibc/history.git]
/
sysdeps
/
generic
/
ntohs.c
blob
4d211f74158f67d136ee9701eb1dd6fe3f03d49a
1
#include <ansidecl.h>
2
#include <netinet/in.h>
3
4
#undef ntohs
5
6
unsigned short int
7
DEFUN
(
ntohs
, (
x
),
unsigned short int
x
)
8
{
9
return
x
;
10
}