CVSROOT: /cvs Module name: src Changes by: m...@cvs.openbsd.org 2013/01/23 11:59:32
Modified files: lib/libc/arch/m88k: SYS.h lib/libc/arch/m88k/sys: brk.S exect.S sbrk.S sigpending.S sigprocmask.S sigsuspend.S syscall.S tfork_thread.S Log message: The kernel sources mention that the system call entry point is trap #450; the fact that #128 and #129 may also be used for this purpose was never documented, so there is no reason to have libc use #128. Switch to #450 for consistency.