about summary refs log tree commit diff
path: root/sysdeps/m68k/nptl/pthreaddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/m68k/nptl/pthreaddef.h')
-rw-r--r--sysdeps/m68k/nptl/pthreaddef.h5
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/m68k/nptl/pthreaddef.h b/sysdeps/m68k/nptl/pthreaddef.h
index 68bf11af14..72d2b3efff 100644
--- a/sysdeps/m68k/nptl/pthreaddef.h
+++ b/sysdeps/m68k/nptl/pthreaddef.h
@@ -31,8 +31,3 @@
 
 /* Location of current stack frame.  */
 #define CURRENT_STACK_FRAME	__builtin_frame_address (0)
-
-
-/* XXX Until we have a better place keep the definitions here.  */
-#define __exit_thread_inline(val) \
-  INLINE_SYSCALL (exit, 1, (val))