summaryrefslogtreecommitdiff
path: root/nptl/sysdeps/powerpc/pthreaddef.h
diff options
context:
space:
mode:
Diffstat (limited to 'nptl/sysdeps/powerpc/pthreaddef.h')
-rw-r--r--nptl/sysdeps/powerpc/pthreaddef.h7
1 files changed, 0 insertions, 7 deletions
diff --git a/nptl/sysdeps/powerpc/pthreaddef.h b/nptl/sysdeps/powerpc/pthreaddef.h
index a0db6297a6..5c6a0cde52 100644
--- a/nptl/sysdeps/powerpc/pthreaddef.h
+++ b/nptl/sysdeps/powerpc/pthreaddef.h
@@ -31,10 +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. */
-
-/* While there is no such syscall. */
-#define __exit_thread_inline(val) \
- INLINE_SYSCALL (exit, 1, (val))