diff options
Diffstat (limited to 'libpthread/nptl/sysdeps/arm/pthreaddef.h')
-rw-r--r-- | libpthread/nptl/sysdeps/arm/pthreaddef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/libpthread/nptl/sysdeps/arm/pthreaddef.h b/libpthread/nptl/sysdeps/arm/pthreaddef.h index 72206d18d..783828a40 100644 --- a/libpthread/nptl/sysdeps/arm/pthreaddef.h +++ b/libpthread/nptl/sysdeps/arm/pthreaddef.h @@ -37,4 +37,3 @@ /* XXX Until we have a better place keep the definitions here. */ #define __exit_thread_inline(val) \ INLINE_SYSCALL (exit, 1, (val)) - |