diff options
author | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-12 23:26:30 +0100 |
---|---|---|
committer | Samuel Thibault <samuel.thibault@ens-lyon.org> | 2015-02-12 23:26:30 +0100 |
commit | e484d190a82e1307e412460a5a83fe24b10d9d98 (patch) | |
tree | 5c4d811fe9a3c8647f44e1b4e3d56cc1350dc0dc | |
parent | ed9f866df04350bd3bf4661710eda07c02e8ff6a (diff) |
Add missing macro
* not-in-libc.h (__thread_terminate_release): New macro.
-rw-r--r-- | not-in-libc.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/not-in-libc.h b/not-in-libc.h index 516d4d1..7c5f0bc 100644 --- a/not-in-libc.h +++ b/not-in-libc.h @@ -6,6 +6,7 @@ #define __thread_resume thread_resume #define __thread_set_state thread_set_state #define __thread_terminate thread_terminate +#define __thread_terminate_release thread_terminate_release #define __vm_allocate vm_allocate #define __vm_deallocate vm_deallocate #define __sched_yield sched_yield |