aboutsummaryrefslogtreecommitdiff
path: root/libgcc/generic-morestack-thread.c
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@gcc.gnu.org>2013-01-14 19:38:07 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-01-14 19:38:07 +0000
commit4bd18faef21c51e02ab6228c50ee036b84c77c99 (patch)
tree897ea483c095c46c1598adb1408075e5b2dd4353 /libgcc/generic-morestack-thread.c
parent2bc153600f82b39dbce706456daab078171b1312 (diff)
downloadgcc-4bd18faef21c51e02ab6228c50ee036b84c77c99.zip
gcc-4bd18faef21c51e02ab6228c50ee036b84c77c99.tar.gz
gcc-4bd18faef21c51e02ab6228c50ee036b84c77c99.tar.bz2
Reverted last patch.
From-SVN: r195174
Diffstat (limited to 'libgcc/generic-morestack-thread.c')
-rw-r--r--libgcc/generic-morestack-thread.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgcc/generic-morestack-thread.c b/libgcc/generic-morestack-thread.c
index db912cf..bbe6dd1 100644
--- a/libgcc/generic-morestack-thread.c
+++ b/libgcc/generic-morestack-thread.c
@@ -136,7 +136,8 @@ int __wrap_pthread_create (pthread_t *, const pthread_attr_t *,
__attribute__ ((visibility ("hidden")));
extern int __real_pthread_create (pthread_t *, const pthread_attr_t *,
- void *(*start_routine) (void *), void *);
+ void *(*start_routine) (void *), void *)
+ __attribute__ ((weak));
int
__wrap_pthread_create (pthread_t *tid, const pthread_attr_t *attr,