summaryrefslogtreecommitdiff
path: root/nptl/tst-locale1.c
diff options
context:
space:
mode:
authorJakub Jelinek <jakub@redhat.com>2007-04-16 23:59:09 +0000
committerJakub Jelinek <jakub@redhat.com>2007-04-16 23:59:09 +0000
commite220c524c93b053a1dea504a2d18288ff8f32b9a (patch)
tree4193293c838a7db46f2cc0c2b50cb8601dcddb8d /nptl/tst-locale1.c
parenta891c7b0e014df5df027249f59cb444b87afdf30 (diff)
Updated to fedora-glibc-20070416T2350cvs/fedora-glibc-2_5_90-21
Diffstat (limited to 'nptl/tst-locale1.c')
-rw-r--r--nptl/tst-locale1.c3
1 files changed, 2 insertions, 1 deletions
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;