rc

[fork] interactive rc shell
Log | Files | Refs | README | LICENSE

commit 9e2f80902685a3047d7d1d6c4dce96adf89297c8
parent 18487b02b48a57c5d331bfb417feef451501cb51
Author: tgoodwin <tgoodwin>
Date:   Fri, 27 Feb 1998 17:26:29 +0000

add sig_atomic_t

Diffstat:
Macconfig.h | 3+++
1 file changed, 3 insertions(+), 0 deletions(-)

diff --git a/acconfig.h b/acconfig.h @@ -1,6 +1,9 @@ /* Define to a suitable ssize_t. */ #undef ssize_t +/* Define to a suitable sig_atomic_t. */ +#undef sig_atomic_t + /* Define if you want rc to hand off exec errors to (e.g.) /bin/sh. */ #undef DEFAULTINTERP