hello friends! new(ish)!

Talk:MacOS

From InstallGentoo Wiki v2
Revision as of 15:47, 9 February 2014 by >Eva-02 (Created page with "== POSIX certification == [http://ck-hack.blogspot.hk/2013/09/unnamed-semaphores-and-pososx.html This page] is something I had seen before. OS X does meet the requirements fo...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

POSIX certification

This page is something I had seen before. OS X does meet the requirements for POSIX certification, so it is POSIX-compliant. Maybe not fully, I admit, but compliant nonetheless. Functions that are marked as optional are not required to be implemented. Code that needs to be portable cannot assume they will be present.

This is why build systems such as Autotools allow you to test whether certain functions are available before compiling code that uses them.

--Eva-02 (talk) 10:47, 9 February 2014 (EST)