diff options
| author | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-19 15:35:12 +0000 |
|---|---|---|
| committer | Carmelo Amoroso <carmelo.amoroso@st.com> | 2007-11-19 15:35:12 +0000 |
| commit | 414d8e5f2a73aff8e9404684571a65f85b27bf89 (patch) | |
| tree | 879ac217d477f76cf965b244d98b383b663ff47b /libpthread/nptl/cancellation.c | |
| parent | 381fb7688d356f03e35b9254796adb29c941532b (diff) | |
| download | uClibc-alpine-414d8e5f2a73aff8e9404684571a65f85b27bf89.tar.bz2 uClibc-alpine-414d8e5f2a73aff8e9404684571a65f85b27bf89.tar.xz | |
Synch nptl branch with SH port: as requested by sjhill for mips-ash4 merge
Diffstat (limited to 'libpthread/nptl/cancellation.c')
| -rw-r--r-- | libpthread/nptl/cancellation.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/libpthread/nptl/cancellation.c b/libpthread/nptl/cancellation.c index 59e16b9e1..1d28d383f 100644 --- a/libpthread/nptl/cancellation.c +++ b/libpthread/nptl/cancellation.c @@ -32,7 +32,6 @@ __pthread_enable_asynccancel (void) struct pthread *self = THREAD_SELF; int oldval = THREAD_GETMEM (self, cancelhandling); -//printf("%s\n", __FUNCTION__); while (1) { int newval = oldval | CANCELTYPE_BITMASK; @@ -65,7 +64,6 @@ void internal_function attribute_hidden __pthread_disable_asynccancel (int oldtype) { -//printf("%s\n", __FUNCTION__); /* If asynchronous cancellation was enabled before we do not have anything to do. */ if (oldtype & CANCELTYPE_BITMASK) |
