summaryrefslogtreecommitdiff
path: root/modules
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2019-07-15 02:41:24 +0200
committerBruno Haible <bruno@clisp.org>2019-07-15 02:41:24 +0200
commit02c6730924b4c5a0508b785bad1b1e51cb09ed04 (patch)
treec60fcf9470f90ea79e4e0a3ddc1ca5f44de7de19 /modules
parent3fabe95a0a390406dcc57f007e69d1f84f195fce (diff)
downloadgnulib-02c6730924b4c5a0508b785bad1b1e51cb09ed04.tar.gz
pthread_sigmask tests: Use new multithread modules.
* tests/test-pthread_sigmask2.c: Include <pthread.h> instead of glthread/thread.h. (main_thread, killer_thread): Change type to pthread_t. (main): Update accordingly. * modules/pthread_sigmask-tests (Depends-on): Add pthread-thread. Remove thread.
Diffstat (limited to 'modules')
-rw-r--r--modules/pthread_sigmask-tests2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/pthread_sigmask-tests b/modules/pthread_sigmask-tests
index 23fc1556c9..e30bb91411 100644
--- a/modules/pthread_sigmask-tests
+++ b/modules/pthread_sigmask-tests
@@ -6,7 +6,7 @@ tests/macros.h
Depends-on:
sleep
-thread
+pthread-thread
configure.ac: