CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/09/22 12:23:58
Modified files: lib/libc/arch/m88k/gen: _setjmp.S setjmp.S sigsetjmp.S Log message: Switch from calling obsolete sig{block,setmask} to directly using the sigprocmask syscall. abort() can't return, so simplify the call, and use the internal name to avoid the PLT. no-return observation by Miod Vallat, testing by aoyama@