Index: generic-morestack-thread.c
===================================================================
--- generic-morestack-thread.c	(revision 195171)
+++ generic-morestack-thread.c	(working copy)
@@ -136,8 +136,7 @@ int __wrap_pthread_create (pthread_t *,
   __attribute__ ((visibility ("hidden")));
 
 extern int __real_pthread_create (pthread_t *, const pthread_attr_t *,
-				  void *(*start_routine) (void *), void *)
-  __attribute__ ((weak));
+				  void *(*start_routine) (void *), void *);
 
 int
 __wrap_pthread_create (pthread_t *tid, const pthread_attr_t *attr,
