diff --git a/test/zdtm/static/stopped03.c b/test/zdtm/static/stopped03.c index 85c7177f7..9a373930f 100644 --- a/test/zdtm/static/stopped03.c +++ b/test/zdtm/static/stopped03.c @@ -23,7 +23,7 @@ struct shared { futex_t fstate; int status; int code; -} * sh; +} *sh; static int new_pgrp(void) { diff --git a/test/zdtm/static/stopped04.c b/test/zdtm/static/stopped04.c index 237094ca4..9bd968aa2 100644 --- a/test/zdtm/static/stopped04.c +++ b/test/zdtm/static/stopped04.c @@ -21,7 +21,7 @@ struct shared { futex_t fstate; int status; int code; -} * sh; +} *sh; static int new_pgrp(void) { diff --git a/test/zdtm/transition/maps007.c b/test/zdtm/transition/maps007.c index 8a605cfe0..35c196bc4 100644 --- a/test/zdtm/transition/maps007.c +++ b/test/zdtm/transition/maps007.c @@ -38,7 +38,7 @@ int main(int argc, char **argv) struct { futex_t delta; futex_t stop; - } * shm; + } *shm; uint32_t v; unsigned long long count = 0; int i;