141854Sbostic/*- 2*61125Sbostic * Copyright (c) 1990, 1993 3*61125Sbostic * The Regents of the University of California. 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*61125Sbostic .asciz "@(#)sigpending.s 8.1 (Berkeley) 06/04/93" 1441854Sbostic#endif /* LIBC_SCCS and not lint */ 1541854Sbostic 1641854Sbostic#include "SYS.h" 1741854Sbostic 1841854SbosticSYSCALL(sigpending) 1945025Shibler movl sp@(4),a0 2045025Shibler movl d0,a0@ 2141854Sbostic clrl d0 2241854Sbostic rts 23