summaryrefslogtreecommitdiffstats
path: root/lib/libstand/libstand.3
diff options
context:
space:
mode:
authormsmith <msmith@FreeBSD.org>1998-11-04 07:39:53 +0000
committermsmith <msmith@FreeBSD.org>1998-11-04 07:39:53 +0000
commit4674ed7cfb732b303130ffc95b8711b1067b1ace (patch)
tree4c2b795a5ce43169547391989145c990a39b5e41 /lib/libstand/libstand.3
parent38c50ef2661e8479071e8891e4218c3408002982 (diff)
downloadFreeBSD-src-4674ed7cfb732b303130ffc95b8711b1067b1ace.zip
FreeBSD-src-4674ed7cfb732b303130ffc95b8711b1067b1ace.tar.gz
Well I never. Seems like _setjmp()/_longjmp() are just what the doctor
ordered. This brings the Alpha back to parity, and should bring us BootForth on both platforms. Submitted by: John Birrell (jb@freebsd.org)
Diffstat (limited to 'lib/libstand/libstand.3')
-rw-r--r--lib/libstand/libstand.38
1 files changed, 6 insertions, 2 deletions
diff --git a/lib/libstand/libstand.3 b/lib/libstand/libstand.3
index ae04323..aa5365e 100644
--- a/lib/libstand/libstand.3
+++ b/lib/libstand/libstand.3
@@ -22,7 +22,7 @@
.\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF
.\" SUCH DAMAGE.
.\"
-.\" $Id: libstand.3,v 1.1.1.1 1998/08/20 08:19:55 msmith Exp $
+.\" $Id: libstand.3,v 1.2 1998/11/01 09:31:08 msmith Exp $
.\"
.Dd June 22, 1998
.Dt LIBSTAND 3
@@ -131,7 +131,11 @@ Requires
.It Fn "int setjmp" "jmp_buf env"
.It Fn "void longjmp" "jmp_buf env" "int val"
.Pp
-Require
+Defined as
+.Fn _setjmp
+and
+.Fn _lonjmp
+respectively as there is no signal state to manipulate. Requires
.Fd #include <setjmp.h>
.El
.Sh CHARACTER I/O
OpenPOWER on IntegriCloud