|
@@ -31,8 +31,7 @@ strong_alias (__libc_multiple_threads, __librt_multiple_threads)
|
|
|
|
|
|
|
|
|
|
int *
|
|
int *
|
|
-__libc_pthread_init (functions)
|
|
|
|
- const struct pthread_functions *functions;
|
|
|
|
|
|
+__libc_pthread_init(const struct pthread_functions *functions)
|
|
{
|
|
{
|
|
#ifdef SHARED
|
|
#ifdef SHARED
|
|
/* We copy the content of the variable pointed to by the FUNCTIONS
|
|
/* We copy the content of the variable pointed to by the FUNCTIONS
|