summaryrefslogtreecommitdiffstats
path: root/libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h
diff options
context:
space:
mode:
Diffstat (limited to 'libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h')
-rw-r--r--libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h b/libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h
index e882f13b2..a9cfe43b3 100644
--- a/libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h
+++ b/libpthread/nptl/sysdeps/mips/jmpbuf-unwind.h
@@ -27,8 +27,4 @@
((uintptr_t) (_address) - (_adj) < (uintptr_t) (_jmpbuf)[0].__sp - (_adj))
/* We use the normal longjmp for unwinding. */
-#ifdef __UCLIBC__
#define __libc_unwind_longjmp(buf, val) longjmp (buf, val)
-#else
-#define __libc_unwind_longjmp(buf, val) __libc_longjmp (buf, val)
-#endif