diff options
author | Andreas Schwab <schwab@redhat.com> | 2009-11-02 16:15:53 +0100 |
---|---|---|
committer | Andreas Schwab <schwab@redhat.com> | 2009-11-02 16:15:53 +0100 |
commit | 4ed68fe3da53b4f0bfca9b20a93f01d1367e9c85 (patch) | |
tree | 572fc6a1d56706865e1063c673b1b848bf5e759e /elf | |
parent | 74bad6a85652af19a81aed13ec3409f89eec602e (diff) | |
parent | 7f9cd6ed20b12435e68153870cee5adbe09c4bca (diff) | |
download | glibc-4ed68fe3da53b4f0bfca9b20a93f01d1367e9c85.tar.gz |
Merge commit 'glibc-2.11' into fedora/master
Diffstat (limited to 'elf')
-rw-r--r-- | elf/tst-execstack.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/elf/tst-execstack.c b/elf/tst-execstack.c index a835e4c0d6..6632e53367 100644 --- a/elf/tst-execstack.c +++ b/elf/tst-execstack.c @@ -148,7 +148,7 @@ do_test (void) Let them run to test it. */ pthread_barrier_wait (&go_barrier); - pthread_exit (! allow_execstack); + pthread_exit ((void *) (long int) (! allow_execstack)); #endif return ! allow_execstack; |