141854Sbostic/*- 241854Sbostic * Copyright (c) 1990 The Regents of the University of California. 341854Sbostic * All rights reserved. 441854Sbostic * 541854Sbostic * This code is derived from software contributed to Berkeley by 641854Sbostic * the Systems Programming Group of the University of Utah Computer 741854Sbostic * Science Department. 841854Sbostic * 941854Sbostic * %sccs.include.redist.c% 1041854Sbostic */ 1141854Sbostic 1241854Sbostic#if defined(LIBC_SCCS) && !defined(lint) 13*45025Shibler .asciz "@(#)sigpending.s 5.2 (Berkeley) 08/06/90" 1441854Sbostic#endif /* LIBC_SCCS and not lint */ 1541854Sbostic 1641854Sbostic#include "SYS.h" 1741854Sbostic 1841854SbosticSYSCALL(sigpending) 19*45025Shibler movl sp@(4),a0 20*45025Shibler movl d0,a0@ 2141854Sbostic clrl d0 2241854Sbostic rts 23