diff options
author | comex | 2015-02-18 02:57:08 -0500 |
---|---|---|
committer | comex | 2015-02-18 02:57:08 -0500 |
commit | ce8cffd7cba9925779163fa4380f98b2f70f5a7b (patch) | |
tree | d5229e823757b8e836a28fd00ffd7bb1c67e4d7d /test/test-hook-functions.c | |
parent | er, don't unnecessarily spam thread start/resume. (diff) | |
download | substitute-ce8cffd7cba9925779163fa4380f98b2f70f5a7b.tar.gz |
various fixes
Diffstat (limited to '')
-rw-r--r-- | test/test-hook-functions.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test-hook-functions.c b/test/test-hook-functions.c index 2f23ae4..ab027de 100644 --- a/test/test-hook-functions.c +++ b/test/test-hook-functions.c @@ -34,7 +34,7 @@ void break_after() { static const struct substitute_function_hook hooks[] = { {getpid, hook_getpid, &old_getpid}, {hcreate, hook_hcreate, NULL}, - {fwrite, hook_fwrite, &old_fwrite} + {fwrite, hook_fwrite, &old_fwrite}, }; int main() { #ifdef TARGET_DIS_SUPPORTED |