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

  1. Submitted-by: brnstnd@KRAMDEN.ACF.NYU.EDU (Dan Bernstein)
  2.  
  3. Mod writes:
  4.   [ I wrote: ]
  5. > > Most programs available in C source are conforming POSIX.1 applications:
  6. > > they don't talk to the kernel except via stdio.
  7. > Very few programs avaiable in C are actuallly POSIX compliant, as most of
  8. > them were written for UNIX, and make assumptions about what is avaialble in
  9. > the programming environment.
  10.  
  11. I don't think this is factually correct. There is more C code available
  12. from various scientific computation code archives than has ever passed
  13. through USENET. And then there are all the C programs sold in source by
  14. various companies; how many such programs actually use system calls?
  15.  
  16. So it doesn't make sense to ask for a list of conforming POSIX.1
  17. applications. There are thousands of those. The question is whether any
  18. *systems code* is POSIX-compliant---i.e., whether there's any code
  19. conforming to POSIX.1 which actually uses features within the scope of
  20. POSIX.1. Is there?
  21.  
  22. ---Dan
  23.  
  24.  
  25. Volume-Number: Volume 28, Number 54
  26.  
  27.