Fix sa_sigaction() handler example. The third argument is void * and
authormillert <millert@openbsd.org>
Tue, 14 Apr 2015 17:05:28 +0000 (17:05 +0000)
committermillert <millert@openbsd.org>
Tue, 14 Apr 2015 17:05:28 +0000 (17:05 +0000)
commit3607be43c197ec2612d669941fce7e6298dc944a
treea19c196d0df1224df8a9ac75296f9c172f84901e
parentbcc9fa68a899920e18483613a309a7ded142a225
Fix sa_sigaction() handler example.  The third argument is void * and
should be cast to ucontext_t * to actually use it.  OK deraadt@
lib/libc/sys/sigaction.2