rc

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

commit 936d5b8a052f18e528d5956b9578450e47c1d263
parent 6c257ad015311fc34c0e2b3625c3c82b1d9e933c
Author: tgoodwin <tgoodwin>
Date:   Wed, 15 Jul 1998 12:37:21 +0000

don't declare slowbuf here

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

diff --git a/jbwrap.h b/jbwrap.h @@ -21,11 +21,3 @@ worth it. */ struct Jbwrap { sigjmp_buf j; }; - - -/* The slowbuf jump buffer is used to prevent "slow" system calls being -restarted on systems like BSD where they are restarted after a signal. */ - -#if HAVE_RESTARTABLE_SYSCALLS || READLINE -extern Jbwrap slowbuf; -#endif