summaryrefslogtreecommitdiff
path: root/not-in-libc.h
diff options
context:
space:
mode:
authorSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-12 23:26:30 +0100
committerSamuel Thibault <samuel.thibault@ens-lyon.org>2015-02-12 23:26:30 +0100
commite484d190a82e1307e412460a5a83fe24b10d9d98 (patch)
tree5c4d811fe9a3c8647f44e1b4e3d56cc1350dc0dc /not-in-libc.h
parented9f866df04350bd3bf4661710eda07c02e8ff6a (diff)
Add missing macro
* not-in-libc.h (__thread_terminate_release): New macro.
Diffstat (limited to 'not-in-libc.h')
-rw-r--r--not-in-libc.h1
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