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/microblaze | |
parent | 01eb16fdb6c143884dcaeadf45ffdd725207eed5 (diff) | |
download | glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.zip glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.tar.gz glibc-e0db65176fa88b9497cbd6362b24e3225382bfb6.tar.bz2 |
Clean up __exit_thread.
Diffstat (limited to 'sysdeps/microblaze')
-rw-r--r-- | sysdeps/microblaze/nptl/pthreaddef.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/sysdeps/microblaze/nptl/pthreaddef.h b/sysdeps/microblaze/nptl/pthreaddef.h index 37a44c1..38a61d1 100644 --- a/sysdeps/microblaze/nptl/pthreaddef.h +++ b/sysdeps/microblaze/nptl/pthreaddef.h @@ -33,8 +33,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)) |