diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/arm/jmpbuf-unwind.h')
-rw-r--r-- | libpthread/nptl/sysdeps/arm/jmpbuf-unwind.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/arm/jmpbuf-unwind.h b/libpthread/nptl/sysdeps/arm/jmpbuf-unwind.h index 97a7760a9..6e8f01d10 100644 --- a/libpthread/nptl/sysdeps/arm/jmpbuf-unwind.h +++ b/libpthread/nptl/sysdeps/arm/jmpbuf-unwind.h @@ -34,4 +34,3 @@ /* We use the normal longjmp for unwinding. */ #define __libc_unwind_longjmp(buf, val) longjmp (buf, val) - |