diff options
Diffstat (limited to 'linuxthreads/sysdeps/pthread/errno-loc.c')
-rw-r--r-- | linuxthreads/sysdeps/pthread/errno-loc.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/linuxthreads/sysdeps/pthread/errno-loc.c b/linuxthreads/sysdeps/pthread/errno-loc.c index e79a7cf814..86dca2829e 100644 --- a/linuxthreads/sysdeps/pthread/errno-loc.c +++ b/linuxthreads/sysdeps/pthread/errno-loc.c @@ -42,3 +42,4 @@ __errno_location (void) #endif return &errno; } +libc_hidden_def (__errno_location) |