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/sysdeps/pthread | |
parent | 55628cb04c5daec6016f9621f31ee853ceed6986 (diff) |
Get rid of forwarded __pthread_attr_init
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread')
-rw-r--r-- | libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h b/libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h index 9bc2f88a8..359e1a67b 100644 --- a/libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h +++ b/libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h @@ -33,7 +33,7 @@ struct pthread_functions { pid_t (*ptr_pthread_fork) (struct fork_block *); int (*ptr_pthread_attr_destroy) (pthread_attr_t *); - int (*ptr___pthread_attr_init) (pthread_attr_t *); + int (*ptr_pthread_attr_init) (pthread_attr_t *); int (*ptr_pthread_attr_getdetachstate) (const pthread_attr_t *, int *); int (*ptr_pthread_attr_setdetachstate) (pthread_attr_t *, int); int (*ptr_pthread_attr_getinheritsched) (const pthread_attr_t *, int *); |