diff options
Diffstat (limited to 'libpthread/nptl/forward.c')
-rw-r--r-- | libpthread/nptl/forward.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/forward.c b/libpthread/nptl/forward.c index e3b8a4f23..e5f93d475 100644 --- a/libpthread/nptl/forward.c +++ b/libpthread/nptl/forward.c @@ -191,7 +191,6 @@ FORWARD (pthread_setcancelstate, (int state, int *oldstate), (state, oldstate), FORWARD (pthread_setcanceltype, (int type, int *oldtype), (type, oldtype), 0) -#ifndef __UCLIBC__ #define return /* value is void */ FORWARD2(__pthread_unwind, void attribute_hidden __attribute ((noreturn)) __cleanup_fct_attribute @@ -202,4 +201,3 @@ FORWARD2(__pthread_unwind, INTERNAL_SYSCALL (kill, err, 1, SIGKILL); }) #undef return -#endif |