diff options
Diffstat (limited to 'nptl/herrno.c')
-rw-r--r-- | nptl/herrno.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/nptl/herrno.c b/nptl/herrno.c index 58d97846cf..6e8339d435 100644 --- a/nptl/herrno.c +++ b/nptl/herrno.c @@ -29,7 +29,6 @@ extern __thread int h_errno; /* When threaded, h_errno may be a per-thread variable. */ int * -weak_const_function __h_errno_location (void) { return &h_errno; |