diff options
author | Roland McGrath <roland@hack.frob.com> | 2014-05-13 09:49:20 -0700 |
---|---|---|
committer | Roland McGrath <roland@hack.frob.com> | 2014-05-13 09:49:20 -0700 |
commit | e0db65176fa88b9497cbd6362b24e3225382bfb6 (patch) | |
tree | b692338590e818c8b273730577434d4d685fc4ef /sysdeps/ia64/nptl/pthreaddef.h | |
parent | 01eb16fdb6c143884dcaeadf45ffdd725207eed5 (diff) | |
download | glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.tar.gz glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.tar.xz glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.zip |
Clean up __exit_thread.
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)) |