aboutsummaryrefslogtreecommitdiff
path: root/libgcc/generic-morestack-thread.c
diff options
context:
space:
mode:
authorIan Lance Taylor <iant@google.com>2013-01-14 19:33:02 +0000
committerIan Lance Taylor <ian@gcc.gnu.org>2013-01-14 19:33:02 +0000
commit2bc153600f82b39dbce706456daab078171b1312 (patch)
treed95b37b9edf65ca8a86da052c44dc655b85de2f9 /libgcc/generic-morestack-thread.c
parentaeb8b4e96cbe526eb810794568909659d73b16dd (diff)
downloadgcc-2bc153600f82b39dbce706456daab078171b1312.zip
gcc-2bc153600f82b39dbce706456daab078171b1312.tar.gz
gcc-2bc153600f82b39dbce706456daab078171b1312.tar.bz2
generic-morestack-thread.c: Change declaration of __real_pthread_create to not be weak.
* generic-morestack-thread.c: Change declaration of __real_pthread_create to not be weak. From-SVN: r195172
Diffstat (limited to 'libgcc/generic-morestack-thread.c')
-rw-r--r--libgcc/generic-morestack-thread.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgcc/generic-morestack-thread.c b/libgcc/generic-morestack-thread.c
index bbe6dd1..db912cf 100644
--- a/libgcc/generic-morestack-thread.c
+++ b/libgcc/generic-morestack-thread.c
@@ -136,8 +136,7 @@ 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 *)
- __attribute__ ((weak));
+ void *(*start_routine) (void *), void *);
int
__wrap_pthread_create (pthread_t *tid, const pthread_attr_t *attr,