diff options
Diffstat (limited to 'inet')
-rw-r--r-- | inet/herrno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inet/herrno.c b/inet/herrno.c index d20c96cb3c..ca92ec3b86 100644 --- a/inet/herrno.c +++ b/inet/herrno.c @@ -25,7 +25,7 @@ strong_alias (__h_errno, h_errno) /* When threaded, h_errno may be a per-process variable. */ #ifdef __USE_REENTRANT -int +int * weak_const_function __h_errno_location (void) { |