xref: /csrg-svn/lib/libc/compat-43/sigpause.s (revision 21883)
1*21883Sdist/*
2*21883Sdist * Copyright (c) 1983 Regents of the University of California.
3*21883Sdist * All rights reserved.  The Berkeley software License Agreement
4*21883Sdist * specifies the terms and conditions for redistribution.
5*21883Sdist */
69513Smckusick
7*21883Sdist#ifndef lint
8*21883Sdiststatic char sccsid[] = "@(#)sigpause.s	5.1 (Berkeley) 06/03/85";
9*21883Sdist#endif not lint
10*21883Sdist
119513Smckusick#include "SYS.h"
129513Smckusick
139513SmckusickSYSCALL(sigpause)
149513Smckusick	ret
15