CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/04/14 11:05:29
Modified files:
lib/libc/sys : sigaction.2
Log message:
Fix sa_sigaction() handler example. The third argument is void * and
should be cast to ucontext_t * to actually use it. OK deraadt@
