diff options
Diffstat (limited to 'inet/inet_netof.c')
-rw-r--r-- | inet/inet_netof.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/inet/inet_netof.c b/inet/inet_netof.c index ab06a54b2d..aa99e5c486 100644 --- a/inet/inet_netof.c +++ b/inet/inet_netof.c @@ -52,3 +52,4 @@ inet_netof(in) else return (((i)&IN_CLASSC_NET) >> IN_CLASSC_NSHIFT); } +libc_hidden_def (inet_netof) |