Joseph Myers 59ef17152b Fix nptl/tst-cancel-self-cancelstate.c warning.
This patch fixes "../sysdeps/nptl/pthread.h:670:26: warning:
initialization discards 'volatile' qualifier from pointer target type"
arising when building nptl/tst-cancel-self-cancelstate.c.  The problem
is passing a volatile int * to a macro expecting void *; the patch
adds an explicit cast.

Tested for x86_64.

	* nptl/tst-cancel-self-cancelstate.c (do_test): Cast argument of
	pthread_cleanup_push to void *.
2014-11-26 16:07:39 +00:00
..
2014-11-18 11:03:35 -08:00
2014-11-24 15:03:45 +05:30
2014-11-24 11:41:46 +05:30
2014-07-07 09:28:38 -07:00
2014-11-24 15:03:45 +05:30
2014-07-07 09:28:38 -07:00
2014-07-07 09:28:38 -07:00
2014-06-20 20:22:44 -07:00
2014-05-07 14:00:01 +02:00
2013-06-06 20:36:07 +02:00
2011-10-24 21:43:33 -04:00
2011-09-10 14:34:15 -04:00
2014-11-20 13:58:03 -08:00
2014-07-07 09:28:38 -07:00