summaryrefslogtreecommitdiff
path: root/libpthread/nptl/forward.c
diff options
context:
space:
mode:
authorAustin Foxley <austinf@cetoncorp.com>2010-02-16 15:11:07 -0800
committerAustin Foxley <austinf@cetoncorp.com>2010-02-16 15:11:07 -0800
commit5e6d4834e6b35c6b0017fcdaf246c505dec10452 (patch)
treebc227776090a80a27f8a36af392fb60a964fff65 /libpthread/nptl/forward.c
parenta032a6587011cbdac8c2f7e11f15dc4e592bbb55 (diff)
a few more build fixes nptl sync
Signed-off-by: Austin Foxley <austinf@cetoncorp.com>
Diffstat (limited to 'libpthread/nptl/forward.c')
-rw-r--r--libpthread/nptl/forward.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/libpthread/nptl/forward.c b/libpthread/nptl/forward.c
index 4c5ada349..8f528d0a8 100644
--- a/libpthread/nptl/forward.c
+++ b/libpthread/nptl/forward.c
@@ -144,8 +144,7 @@ FORWARD (pthread_setcanceltype, (int type, int *oldtype), (type, oldtype), 0)
#define return /* value is void */
FORWARD2(__pthread_unwind,
- void attribute_hidden __attribute ((noreturn)) __cleanup_fct_attribute
- attribute_compat_text_section,
+ void attribute_hidden __attribute ((noreturn)) __cleanup_fct_attribute,
(__pthread_unwind_buf_t *buf), (buf), {
/* We cannot call abort() here. */
INTERNAL_SYSCALL_DECL (err);