home *** CD-ROM | disk | FTP | other *** search
- Path: sparky!uunet!noc.near.net!argo.hks.com!tsavo.hks.com!not-for-mail
- From: narsu@tsavo.hks.com (Uttam Narsu)
- Newsgroups: comp.sys.hp
- Subject: hp700 jmp_buf layout needed
- Date: 8 Jan 1993 17:36:12 -0500
- Organization: Hibbitt, Karlsson & Sorenson, Inc.
- Lines: 25
- Message-ID: <1ikvksINNis3@tsavo.hks.com>
- NNTP-Posting-Host: tsavo.hks.com
-
- Does anyone have any information on the format
- of the jmp_buf defined in setjmp.h? I'm working
- on some thread code in the Exodus database package
- and I need the layout. The jmp_buf is defined as:
-
- #define _JBLEN 50
-
- typedef double jmp_buf[_JBLEN/2];
-
- (for the hp9000s300, it is an array of 100 ints)
-
- The Exodus code forks a thread to execute certain
- passed functions. I'm trying to port the code to
- the hp700.
-
- Thanks.
-
- --
-
- Uttam M. Narsu
- narsu@hks.com
-
- Hibbitt, Karlsson, & Sorensen, inc.
- 1080 Main St. Pawtucket, RI 02860
- Tel (401) 727-4200; Fax: (401) 727-4208
-