/* * Copyright (c) 1989 Regents of the University of California. * All rights reserved. * * %sccs.include.redist.c% */ #if defined(SYSLIBC_SCCS) && !defined(lint) .asciz "@(#)sigpending.s 5.3 (Berkeley) 06/01/90" #endif /* SYSLIBC_SCCS and not lint */ #include "SYS.h" SYSCALL(sigpending) movl r0,*4(ap) # store old mask clrl r0 ret