summaryrefslogtreecommitdiff
path: root/libpthread/nptl/pthread_create.c
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/pthread_create.c')
-rw-r--r--libpthread/nptl/pthread_create.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/pthread_create.c b/libpthread/nptl/pthread_create.c
index 49497fe30..d39cb278c 100644
--- a/libpthread/nptl/pthread_create.c
+++ b/libpthread/nptl/pthread_create.c
@@ -428,7 +428,7 @@ static const struct pthread_attr default_attr =
int
-__pthread_create_2_1 (
+pthread_create (
pthread_t *newthread,
const pthread_attr_t *attr,
void *(*start_routine) (void *),
@@ -558,7 +558,6 @@ __pthread_create_2_1 (
return 0;
}
-weak_alias(__pthread_create_2_1, pthread_create)
/* Information for libthread_db. */