diff options
Diffstat (limited to 'sysdeps/alpha/nptl/pthreaddef.h')
-rw-r--r-- | sysdeps/alpha/nptl/pthreaddef.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/sysdeps/alpha/nptl/pthreaddef.h b/sysdeps/alpha/nptl/pthreaddef.h index 4e56fd9df2..f54400c4f8 100644 --- a/sysdeps/alpha/nptl/pthreaddef.h +++ b/sysdeps/alpha/nptl/pthreaddef.h @@ -29,9 +29,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)) |