CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2012/11/09 20:46:11
Modified files: lib/libc/gen : raise.c lib/libc/stdlib: abort.c Log message: Per POSIX, fix raise() and abort() to send the signal to the current thread. Should make coredumps from abort() easier to debug too. ok kurt@