home *** CD-ROM | disk | FTP | other *** search
- Newsgroups: comp.unix.programmer
- Path: sparky!uunet!gatech!paladin.american.edu!howland.reston.ans.net!zaphod.mps.ohio-state.edu!cs.utexas.edu!geraldo.cc.utexas.edu!portal.austin.ibm.com!awdprime.austin.ibm.com!bynar.austin.ibm.com!subra
- From: subra@bynar.austin.ibm.com (Sivarama Subramanian)
- Subject: Question about setjmp system call
- Sender: news@austin.ibm.com (News id)
- Message-ID: <C0Hr5E.1nnr@austin.ibm.com>
- Date: Thu, 7 Jan 1993 16:00:50 GMT
- Reply-To: subra@bynar.austin.ibm.com (Sivarama Subramanian)
- Organization: IBM Austin, TX
- Lines: 16
-
- Hi everyone,
- I have a question about setjmp system call. I am using AIX version 3
- UNIX. When setjmp is called with a parameter buf, it is supposed to store the
- environment. What I like to know is what the buffer contains? Is there any
- document which lists the individual fields of the buffer.
- The reason I need this is that I need to check to make sure that the
- stack contents are the same after longjmp is called. Is there any difference
- between _longjmp, _setjmp & longjmp, setjmp calls.
-
- Thanks in advance.
-
-
- subra
-
-
-
-