From 5e6d4834e6b35c6b0017fcdaf246c505dec10452 Mon Sep 17 00:00:00 2001 From: Austin Foxley Date: Tue, 16 Feb 2010 15:11:07 -0800 Subject: a few more build fixes nptl sync Signed-off-by: Austin Foxley --- libpthread/nptl/forward.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libpthread/nptl/forward.c') 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); -- cgit v1.2.3