diff options
| author | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 07:27:02 +0000 |
|---|---|---|
| committer | "Steven J. Hill" <sjhill@realitydiluted.com> | 2005-07-22 07:27:02 +0000 |
| commit | 4ace63889357f5ffc8b96a8a6144352e7ce56eec (patch) | |
| tree | 21cae77af0719690b1255038635714a30e4f073d /libpthread/nptl/forward.c | |
| parent | f5faeff83458b4dc618ca83edd2dd33dbe63c15d (diff) | |
| download | uClibc-alpine-4ace63889357f5ffc8b96a8a6144352e7ce56eec.tar.bz2 uClibc-alpine-4ace63889357f5ffc8b96a8a6144352e7ce56eec.tar.xz | |
Big set of various patches to get the NPTL libraries to build and link.
Diffstat (limited to 'libpthread/nptl/forward.c')
| -rw-r--r-- | libpthread/nptl/forward.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/libpthread/nptl/forward.c b/libpthread/nptl/forward.c index e5f93d475..e3b8a4f23 100644 --- a/libpthread/nptl/forward.c +++ b/libpthread/nptl/forward.c @@ -191,6 +191,7 @@ 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 @@ -201,3 +202,4 @@ FORWARD2(__pthread_unwind, INTERNAL_SYSCALL (kill, err, 1, SIGKILL); }) #undef return +#endif |
