diff options
Diffstat (limited to 'nptl/tst-key4.c')
-rw-r--r-- | nptl/tst-key4.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/nptl/tst-key4.c b/nptl/tst-key4.c index 5e641ee32b..7e9bfddcca 100644 --- a/nptl/tst-key4.c +++ b/nptl/tst-key4.c @@ -62,7 +62,7 @@ tf2 (void *arg) } -int +static int do_test (void) { keys = alloca (max * sizeof (pthread_key_t)); |