summaryrefslogtreecommitdiff
path: root/libgcc/generic-morestack.c
diff options
context:
space:
mode:
authormidipix <writeonce@midipix.org>2015-03-19 22:00:05 -0400
committermidipix <writeonce@midipix.org>2015-03-19 22:00:05 -0400
commit2fe6f141f8f33a4f733341568eca3de6c060a938 (patch)
tree4c7a354da7863dba44dc54178f3085f6ca4f7664 /libgcc/generic-morestack.c
parent06f22dbfc4888828fb6bd41f3eca41ebad9e8b41 (diff)
downloadcbb-gcc-4.6.4-2fe6f141f8f33a4f733341568eca3de6c060a938.tar.bz2
cbb-gcc-4.6.4-2fe6f141f8f33a4f733341568eca3de6c060a938.tar.xz
gcc/gthr.h, libgcc/morestack:
+ require pthread to be present; + require all pthread symbols to be strongly defined. signed-off by Z. Gilboa; see copying.midipix (9cd0746c) for additional information.
Diffstat (limited to 'libgcc/generic-morestack.c')
-rw-r--r--libgcc/generic-morestack.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libgcc/generic-morestack.c b/libgcc/generic-morestack.c
index 77344a925..1bac2fbe9 100644
--- a/libgcc/generic-morestack.c
+++ b/libgcc/generic-morestack.c
@@ -607,8 +607,7 @@ __generic_releasestack (size_t *pavailable)
try to invoke a signal handler which itself wants to split the
stack. */
-extern int pthread_sigmask (int, const sigset_t *, sigset_t *)
- __attribute__ ((weak));
+extern int pthread_sigmask (int, const sigset_t *, sigset_t *);
void
__morestack_block_signals (void)