diff options
Diffstat (limited to 'linuxthreads/errno.c')
-rw-r--r-- | linuxthreads/errno.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linuxthreads/errno.c b/linuxthreads/errno.c index c74e4c45c9..57b1ebb635 100644 --- a/linuxthreads/errno.c +++ b/linuxthreads/errno.c @@ -28,7 +28,6 @@ int * __errno_location() pthread_descr self = thread_self(); return THREAD_GETMEM (self, p_errnop); } -#endif int * __h_errno_location() { @@ -42,3 +41,4 @@ struct __res_state * __res_state() pthread_descr self = thread_self(); return THREAD_GETMEM (self, p_resp); } +#endif |