xref: /csrg-svn/bin/sh/funcs/suspend (revision 69275)
160697Sbostic# Copyright (c) 1991, 1993
260697Sbostic#	The Regents of the University of California.  All rights reserved.
347097Sbostic#
447097Sbostic# This code is derived from software contributed to Berkeley by
547097Sbostic# Kenneth Almquist.
647097Sbostic#
747097Sbostic# %sccs.include.redist.sh%
847097Sbostic#
9*69275Schristos#	@(#)suspend	8.2 (Berkeley) 05/04/95
1047097Sbostic
1147097Sbosticsuspend() {
1247097Sbostic	local -
1347097Sbostic	set +j
1447097Sbostic	kill -TSTP 0
1547097Sbostic}
16