diff options
author | comex | 2015-01-24 20:04:20 -0500 |
---|---|---|
committer | comex | 2015-01-24 20:06:46 -0500 |
commit | d89af8f6d5f3b971dda663081c03d790437c2f03 (patch) | |
tree | 2c17f0247ff3eef7d4338cadb069b1334ba785c6 /test/test-stop-threads.c | |
parent | Current version of generic-dis-*, for posterity (I'm sure it'll need to be ch... (diff) | |
download | substitute-d89af8f6d5f3b971dda663081c03d790437c2f03.tar.gz |
Add function to deal with mprotecting RW and back. A bit more complex than the minimum would be...
(and minor build fixes)
Diffstat (limited to '')
-rw-r--r-- | test/test-stop-threads.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/test-stop-threads.c b/test/test-stop-threads.c index be0787d..829e73e 100644 --- a/test/test-stop-threads.c +++ b/test/test-stop-threads.c @@ -1,4 +1,5 @@ #include "substitute-internal.h" +#include "stop-other-threads.h" #include <stdio.h> #include <unistd.h> #include <pthread.h> |