diff options
Diffstat (limited to 'nptl/tst-locale2.c')
-rw-r--r-- | nptl/tst-locale2.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/nptl/tst-locale2.c b/nptl/tst-locale2.c index c8821ad6b8..a238209f87 100644 --- a/nptl/tst-locale2.c +++ b/nptl/tst-locale2.c @@ -11,4 +11,5 @@ useless (void *a) { pthread_t th; pthread_create (&th, 0, useless, a); + return NULL; } |