CVSROOT: /cvs Module name: src Changes by: guent...@cvs.openbsd.org 2016/04/02 13:00:51
Modified files: lib/librthread : rthread.c rthread.h rthread_debug.c rthread_fork.c rthread_np.c Log message: Eliminate the need to explicitly invoke syscalls via their _thread_sys_* aliases by using a macro REDIRECT_SYSCALL() to map the symbols. Apply that to getthrid(), sysctl(), and issetugid() as well. ok mpi@ beck@