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

  1. Submitted-by: jwag@moose.asd.sgi.com (Chris Wagner)
  2.  
  3. In article <vgph5INN2if@ftp.UU.NET>, willcox@urbana.mcd.mot.com (David A Willcox) writes:
  4. >with the exception of the <limits.h> stuff, the additions are
  5. >reasonably related to what is already in the header, and it seems
  6. >logical to add the new interfaces there.  I might be inclined to agree
  7. >with Doug on the <limits.h> additions. 
  8.  
  9. Ahh - from 1003.4aD6 section 2.5.1:
  10. dir.h
  11. grp.h
  12. pthread.h
  13. pwd.h
  14. signal.h
  15. stdio.h
  16. string.h
  17. time.h
  18. unistd.h
  19.  
  20. Only one of these is new! Though I agree that there is a good reason
  21. to place things like new signal stuff and reentrent functions near their
  22. brethren, I feel a better feature test macro standard is appropriate.
  23. Some of us are actually trying to implement some of this stuff - even
  24. though we all understand it isn't cooked yet. So the feature test
  25. macros for a given facility should be defined FIRST, not last - now
  26. I have to make up my own names until the std is adopted so I can find
  27. out the magic date string to use.
  28. It seems simpler and more understandable if there was a feature test macro
  29. that encompassed a given portion of the standard, something
  30. like _POSIX_THREAD_SOURCE or _POSIX_4a_SOURCE ...
  31.  
  32. ----
  33. Chris Wagner (jwag@sgi.com)
  34.  
  35. Volume-Number: Volume 28, Number 3
  36.  
  37.