POSIX.4: Programming for the Real World by Bill O. Gallmeister This errata page lists errors outstanding in the most recent printing, 6/98. If you have any technical questions or error reports, you can send them to booktech@oreilly.com. (Please specify the printing date of your copy.) This page was last updated on January 29, 2001. Here's a key to the markup: [page-number]: serious technical mistake {page-number}: minor technical mistake : important language/formatting problem (page-number): language change or minor formatting problem ?page-number?: reader question or request for clarification Confirmed errors: {124} "shm_descr=shm_open(SHM_AREA_NAME, O_RDWR);" should read "shm_descr=shm_open(SHM_AREA_NAME, O_RDWR, S_IRWXU);" {472} third paragraph: "If new_setting->it_value is 0..." should read "If new_setting->it_value is set to 0 seconds and 0 nanoseconds".