diff options
| author | Martin Cracauer <cracauer@FreeBSD.org> | 1998-08-24 10:20:37 +0000 |
|---|---|---|
| committer | Martin Cracauer <cracauer@FreeBSD.org> | 1998-08-24 10:20:37 +0000 |
| commit | 7a8e920bb93432a228334cc048c543688f858baa (patch) | |
| tree | 464181c2be6a9108280f4cebf7de5d0394e8eb38 /bin/sh/trap.h | |
| parent | 9a4902a99fd0225878dc081f5bc9599c84faad0d (diff) | |
Notes
Diffstat (limited to 'bin/sh/trap.h')
| -rw-r--r-- | bin/sh/trap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bin/sh/trap.h b/bin/sh/trap.h index a042a160c9bec..132b6eef40db4 100644 --- a/bin/sh/trap.h +++ b/bin/sh/trap.h @@ -34,10 +34,11 @@ * SUCH DAMAGE. * * @(#)trap.h 8.3 (Berkeley) 6/5/95 - * $Id: trap.h,v 1.6 1997/02/22 13:58:47 peter Exp $ + * $Id: trap.h,v 1.7 1997/11/10 11:32:24 bde Exp $ */ extern int pendingsigs; +extern int in_dotrap; int trapcmd __P((int, char **)); void clear_traps __P((void)); |
