diff options
-rw-r--r-- | list.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,4 +1,4 @@ -alias(zero, int, pthread_self) +alias(zero, pthread_t, pthread_self) alias(zero, int, pthread_mutex_init) alias(zero, int, pthread_mutex_destroy) alias(zero, int, pthread_mutex_lock) |