diff options
author | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 14:54:24 +0000 |
---|---|---|
committer | Peter S. Mazinger <ps.m@gmx.net> | 2006-03-09 14:54:24 +0000 |
commit | e9cc671723af4e61eeda9a865267037e33286326 (patch) | |
tree | 9e24d69470ee58b74585a4bdedbfa057a0d9650b /libpthread/linuxthreads/pthread.c | |
parent | 55628cb04c5daec6016f9621f31ee853ceed6986 (diff) |
Get rid of forwarded __pthread_attr_init
Diffstat (limited to 'libpthread/linuxthreads/pthread.c')
-rw-r--r-- | libpthread/linuxthreads/pthread.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/pthread.c b/libpthread/linuxthreads/pthread.c index 8da1a9ede..da5f9b1fa 100644 --- a/libpthread/linuxthreads/pthread.c +++ b/libpthread/linuxthreads/pthread.c @@ -242,7 +242,7 @@ struct pthread_functions __pthread_functions = #endif .ptr_pthread_fork = __pthread_fork, .ptr_pthread_attr_destroy = __pthread_attr_destroy, - .ptr___pthread_attr_init = __pthread_attr_init, + .ptr_pthread_attr_init = __pthread_attr_init, .ptr_pthread_attr_getdetachstate = __pthread_attr_getdetachstate, .ptr_pthread_attr_setdetachstate = __pthread_attr_setdetachstate, .ptr_pthread_attr_getinheritsched = __pthread_attr_getinheritsched, |