diff options
Diffstat (limited to 'errno.c')
-rw-r--r-- | errno.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -59,7 +59,7 @@ static int reallyBad = ENOMEM; int * _errno( void ) { - pthread_t *self; + pthread_t self; int *result; if( ( self = pthread_self() ) == NULL ) |