summaryrefslogtreecommitdiffstats
path: root/libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h
diff options
context:
space:
mode:
author"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-18 02:53:54 +0000
committer"Steven J. Hill" <sjhill@realitydiluted.com>2006-08-18 02:53:54 +0000
commit7e91845af60d913d4b58f83c0044c8685c3c6ffa (patch)
treefcc0e52bea01138634b218366d8008d7e9803ca3 /libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h
parent5f7339fd738083baf7e42268301babd4324c3e3e (diff)
downloaduClibc-alpine-7e91845af60d913d4b58f83c0044c8685c3c6ffa.tar.bz2
uClibc-alpine-7e91845af60d913d4b58f83c0044c8685c3c6ffa.tar.xz
Merge from trunk.
Diffstat (limited to 'libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h')
-rw-r--r--libpthread/linuxthreads/sysdeps/pthread/pthread-functions.h2
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 *);