scan for sig_t (and friends)

This commit is contained in:
tg
2007-01-17 23:54:39 +00:00
parent 2099f1765d
commit ecc6beb7d5
2 changed files with 29 additions and 7 deletions

6
sh.h
View File

@@ -8,7 +8,7 @@
/* $OpenBSD: c_test.h,v 1.4 2004/12/20 11:34:26 otto Exp $ */
/* $OpenBSD: tty.h,v 1.5 2004/12/20 11:34:26 otto Exp $ */
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.104 2007/01/17 23:18:55 tg Exp $"
#define MKSH_SH_H_ID "$MirOS: src/bin/mksh/sh.h,v 1.105 2007/01/17 23:54:39 tg Exp $"
#define MKSH_VERSION "R29 2007/01/17"
#if HAVE_SYS_PARAM_H
@@ -373,10 +373,6 @@ struct temp {
#define shl_out (&shf_iob[2])
EXTERN int shl_stdout_ok;
#if defined(__sun__) || defined(__CYGWIN__)
typedef void (*sig_t)(int);
#endif
/*
* trap handlers
*/