CVSROOT: /cvs Module name: src Changes by: piro...@cvs.openbsd.org 2012/06/19 05:35:29
Modified files: sys/compat/linux: linux_signal.c syscalls.master Log message: Implement linux_sys_tgkill. Nobody calls linux_sys_tkill anymore so code for that is not needed. If this will become an issue in the future a simple wrapper will fix that. Okay jasper@.