CVSROOT:        /cvs
Module name:    src
Changes by:     patr...@cvs.openbsd.org 2017/02/23 15:50:07

Modified files:
        lib/libc/arch/aarch64/sys: sigpending.S 

Log message:
The assembly for sigpending(2) wasn't correctly implemented either.  I
suppose this still stems from the first steps where we tried to get at
least some userland stuff to compile.  This change properly saves the
pointer before doing the syscall and stores the return value in the
pointer on return.  This makes sigpending regress pass.

Reply via email to