Fix compilation warning. The code was using a cast to struct sigcontext *, which doesn't exist. It worked by accident. Tested on x86_64-pc-linux-gnu, committed on trunk gcc/ada/ * sigtramp-qnx.c: Change struct sigcontext * to mcontext_t *.