home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.29 / text0043.txt < prev    next >
Encoding:
Text File  |  1992-12-26  |  750 b   |  26 lines

  1. Submitted-by: wulkan@vnet.ibm.com (Mike Wulkan)
  2.  
  3. P1003.4a/D6 9.3.4 214-217 states:
  4.  
  5.   Any handlers that are to clean up inter-process state would be
  6.   registered with atexit().  There is the orthogonal problem that
  7.   the exec functions do not honor the atexitd() handlers, but
  8.   fixing this is beyond the scope of this chapter.
  9.  
  10. First, may I assume that "atexitd()" is a typo and should read
  11. "atexit()"?
  12.  
  13. Secondly, what is the status of this "orthogonal problem"?  As I
  14. understand it, the use of the exec functions cause any prior
  15. registration of atexit() functions to be discarded and the exec
  16. functions themselves to not cause the currently registered atexit()
  17. functions to be executed.
  18.  
  19. Thanks,
  20.  
  21. Mike Wulkan
  22.  
  23.  
  24. Volume-Number: Volume 29, Number 46
  25.  
  26.