aboutsummaryrefslogtreecommitdiff
path: root/bin/sh/trap.h
diff options
context:
space:
mode:
authorMartin Cracauer <cracauer@FreeBSD.org>1998-08-24 10:20:37 +0000
committerMartin Cracauer <cracauer@FreeBSD.org>1998-08-24 10:20:37 +0000
commit7a8e920bb93432a228334cc048c543688f858baa (patch)
tree464181c2be6a9108280f4cebf7de5d0394e8eb38 /bin/sh/trap.h
parent9a4902a99fd0225878dc081f5bc9599c84faad0d (diff)
Notes
Diffstat (limited to 'bin/sh/trap.h')
-rw-r--r--bin/sh/trap.h3
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));