home *** CD-ROM | disk | FTP | other *** search
/ NetNews Usenet Archive 1993 #1 / NN_1993_1.iso / spool / comp / unix / programm / 5850 < prev    next >
Encoding:
Text File  |  1993-01-07  |  1.1 KB  |  28 lines

  1. Newsgroups: comp.unix.programmer
  2. 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
  3. From: subra@bynar.austin.ibm.com (Sivarama Subramanian)
  4. Subject: Question about setjmp system call 
  5. Sender: news@austin.ibm.com (News id)
  6. Message-ID: <C0Hr5E.1nnr@austin.ibm.com>
  7. Date: Thu, 7 Jan 1993 16:00:50 GMT
  8. Reply-To: subra@bynar.austin.ibm.com (Sivarama Subramanian)
  9. Organization: IBM Austin, TX
  10. Lines: 16
  11.  
  12. Hi everyone,
  13.     I have a question about setjmp system call. I am using AIX version 3
  14. UNIX. When setjmp is called with a parameter buf, it is supposed to store the
  15. environment. What I like to know is what the buffer contains? Is there any
  16. document which lists the individual fields of the buffer. 
  17.     The reason I need this is that I need to check to make sure that the
  18. stack contents are the same after longjmp is called. Is there any difference 
  19. between _longjmp, _setjmp & longjmp, setjmp calls. 
  20.  
  21.     Thanks in advance.
  22.  
  23.  
  24. subra
  25.  
  26.  
  27.  
  28.