home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / std_unix / volume.28 / text0017.txt < prev    next >
Encoding:
Text File  |  1992-08-17  |  1.0 KB  |  28 lines

  1. Submitted-by: richard@aiai.ed.ac.uk (Richard Tobin)
  2.  
  3. In article <111025INNro@ftp.UU.NET> gwyn@smoke.brl.mil (Doug Gwyn) writes:
  4. >In article <10of3aINN37a@ftp.UU.NET> henry@zoo.toronto.edu (Henry Spencer) writes:
  5. >>The alternative is an implementation that fails in certain situations,
  6. >>such as a setuid program running in a protected directory.
  7.  
  8. A further alternative is to provide a system call.  Ugly, but correct.
  9.  
  10. >Anyway, as I see it the real problem with SIGCHLD, wait(), etc. is that
  11. >the UNIX interface for this is not at all what one would really want.
  12. >For example, you ought to be able to wait() for just the specified PID
  13. >rather than ANY old child. [...]  Recently wait4() and waitpid() have been
  14. >added to provide direct support for this,
  15.  
  16. Since Sun provide wait4() and waitpid(), they have no excuse for
  17. not using it in getcwd() (or popen()).
  18.  
  19. -- Richard
  20. -- 
  21. Richard Tobin,
  22. AI Applications Institute,                                R.Tobin@ed.ac.uk
  23. Edinburgh University.
  24.  
  25.  
  26. Volume-Number: Volume 28, Number 19
  27.  
  28.