diff options
-rw-r--r-- | libc_pthread_init.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/libc_pthread_init.c b/libc_pthread_init.c index f7997da..afce1f7 100644 --- a/libc_pthread_init.c +++ b/libc_pthread_init.c @@ -22,8 +22,7 @@ void internal_function -__libc_pthread_init (functions) - const struct pthread_functions *functions; +__libc_pthread_init (const struct pthread_functions *functions) { #ifdef SHARED /* We copy the content of the variable pointed to by the FUNCTIONS |