summaryrefslogtreecommitdiff
path: root/usr/src/cmd/filebench/common/threadflow.c
diff options
context:
space:
mode:
Diffstat (limited to 'usr/src/cmd/filebench/common/threadflow.c')
-rw-r--r--usr/src/cmd/filebench/common/threadflow.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/src/cmd/filebench/common/threadflow.c b/usr/src/cmd/filebench/common/threadflow.c
index 70e28dd218..9a6d96aceb 100644
--- a/usr/src/cmd/filebench/common/threadflow.c
+++ b/usr/src/cmd/filebench/common/threadflow.c
@@ -200,7 +200,7 @@ threadflow_kill(threadflow_t *threadflow)
if (threadflow->tf_running) {
threadflow->tf_running = FALSE;
- pthread_kill(threadflow->tf_tid, SIGKILL);
+ (void) pthread_kill(threadflow->tf_tid, SIGKILL);
}
}