summaryrefslogtreecommitdiffstats
path: root/testsuites/psxtests/psxcleanup/psxcleanup.c
diff options
context:
space:
mode:
Diffstat (limited to 'testsuites/psxtests/psxcleanup/psxcleanup.c')
-rw-r--r--testsuites/psxtests/psxcleanup/psxcleanup.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/testsuites/psxtests/psxcleanup/psxcleanup.c b/testsuites/psxtests/psxcleanup/psxcleanup.c
index f8092648ab..88e0069c3e 100644
--- a/testsuites/psxtests/psxcleanup/psxcleanup.c
+++ b/testsuites/psxtests/psxcleanup/psxcleanup.c
@@ -34,9 +34,9 @@ typedef struct {
int waiting_writers; /* Count of waiting writers. */
} lock_t;
-volatile boolean reader_cleanup_ran;
-volatile boolean release_read_lock_ran;
-volatile boolean writer_cleanup_ran;
+volatile bool reader_cleanup_ran;
+volatile bool release_read_lock_ran;
+volatile bool writer_cleanup_ran;
void waiting_reader_cleanup(void *arg)
{