From 25ffdcfc06e8a84497fd7e80aa4cef111d7dad2d Mon Sep 17 00:00:00 2001 From: rpj Date: Thu, 22 Nov 2007 14:14:57 +0000 Subject: '' --- errno.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'errno.c') diff --git a/errno.c b/errno.c index 1a7957c..78aa920 100644 --- a/errno.c +++ b/errno.c @@ -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! -- cgit v1.2.3