]> mj.ucw.cz Git - eval.git/commitdiff
Permit the set_tid_address() syscall.
authorMartin Mares <mj@ucw.cz>
Sun, 24 Aug 2008 21:07:28 +0000 (23:07 +0200)
committerMartin Mares <mj@ucw.cz>
Sun, 24 Aug 2008 21:07:28 +0000 (23:07 +0200)
It used by glibc 2.3.6 automagically.

box/box.c

index 1aa3084db6555c2c0cfbe185b60e5c9ab15e9745..033152a66a278d302df8d095c8504b061b94e47d 100644 (file)
--- a/box/box.c
+++ b/box/box.c
@@ -268,6 +268,7 @@ static unsigned char syscall_action[NUM_ACTIONS] = {
     S(gettid) = A_YES,
     S(set_thread_area) = A_YES,
     S(get_thread_area) = A_YES,
+    S(set_tid_address) = A_YES,
     S(exit_group) = A_YES,
 
     // Syscalls permitted only in liberal mode