diff options
Diffstat (limited to 'test/ce593a6c480a-test.c')
-rw-r--r-- | test/ce593a6c480a-test.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/test/ce593a6c480a-test.c b/test/ce593a6c480a-test.c index 8763893..9aee2f2 100644 --- a/test/ce593a6c480a-test.c +++ b/test/ce593a6c480a-test.c @@ -43,6 +43,9 @@ int main(int argc, char *argv[]) char buf[8] = {0, 0, 0, 0, 0, 0, 1}; pthread_t tid; + if (argc > 1) + return 0; + /* Create an eventfd to be registered with the loop to be * notified of events being ready */ |