diff options
Diffstat (limited to 'errno.c')
-rw-r--r-- | errno.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -74,7 +74,7 @@ _errno (void) pthread_t self; int *result; - if ((self = pthread_self ()) == NULL) + if ((self = pthread_self ()).p == NULL) { /* * Yikes! unable to allocate a thread! |