mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
Add cast in tst-execstack to avoid warning.
This commit is contained in:
@ -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;
|
||||
|
Reference in New Issue
Block a user