diff options
Diffstat (limited to 'sysdeps/ia64/nptl/pthreaddef.h')
-rw-r--r-- | sysdeps/ia64/nptl/pthreaddef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/ia64/nptl/pthreaddef.h b/sysdeps/ia64/nptl/pthreaddef.h index cf4763c268..8fdd9e35a1 100644 --- a/sysdeps/ia64/nptl/pthreaddef.h +++ b/sysdeps/ia64/nptl/pthreaddef.h @@ -34,9 +34,3 @@ /* Location of current stack frame. */ #define CURRENT_STACK_FRAME __stack_pointer register char *__stack_pointer __asm__ ("sp"); - -/* 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)) |