about summary refs log tree commit diff
path: root/sysdeps/arm/nptl/pthreaddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/arm/nptl/pthreaddef.h')
-rw-r--r--sysdeps/arm/nptl/pthreaddef.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/arm/nptl/pthreaddef.h b/sysdeps/arm/nptl/pthreaddef.h
index 2488af9828..ab1b05bddc 100644
--- a/sysdeps/arm/nptl/pthreaddef.h
+++ b/sysdeps/arm/nptl/pthreaddef.h
@@ -39,8 +39,3 @@
    return the hard FP minus 12.  Of course, this makes no sense
    without the obsolete APCS stack layout...  */
 #define CURRENT_STACK_FRAME	(__builtin_frame_address (0) - 12)
-
-
-/* XXX Until we have a better place keep the definitions here.  */
-#define __exit_thread_inline(val) \
-  INLINE_SYSCALL (exit, 1, (val))