diff options
Diffstat (limited to 'sysdeps/generic/htons.c')
-rw-r--r-- | sysdeps/generic/htons.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/generic/htons.c b/sysdeps/generic/htons.c index 8914f74f2e..1bbda3fd6a 100644 --- a/sysdeps/generic/htons.c +++ b/sysdeps/generic/htons.c @@ -22,7 +22,7 @@ #undef ntohs u_int16_t -__htons (x) +htons (x) u_int16_t x; { #if BYTE_ORDER == BIG_ENDIAN |