CVSROOT: /cvs Module name: src Changes by: [email protected] 2020/10/16 17:42:16
Modified files:
lib/libc/arch/powerpc64: SYS.h
lib/libc/arch/powerpc64/string: ffs.S memmove.S
lib/libc/arch/powerpc64/sys: brk.S sbrk.S sigpending.S
sigprocmask.S sigsuspend.S
Log message:
Adapt SYS.h to use retguard macros from asm.h, so that generated system
calls are guarded. Adapt the first few hand-written functions to this
model (a few remain)
ok kettenis mortimer
