From e220c524c93b053a1dea504a2d18288ff8f32b9a Mon Sep 17 00:00:00 2001 From: Jakub Jelinek Date: Mon, 16 Apr 2007 23:59:09 +0000 Subject: Updated to fedora-glibc-20070416T2350 --- nptl/tst-locale1.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'nptl/tst-locale1.c') diff --git a/nptl/tst-locale1.c b/nptl/tst-locale1.c index 08b43704e5..2ee4c3fbce 100644 --- a/nptl/tst-locale1.c +++ b/nptl/tst-locale1.c @@ -10,7 +10,8 @@ int useless (void) { - pthread_create (0, 0, 0, 0); + pthread_t th; + pthread_create (&th, 0, (void *(*) (void *)) useless, 0); /* This is to check __libc_current_sigrt* can be used in statically linked apps. */ return SIGRTMIN; -- cgit v1.2.3