We are still actively working on the spam issue.

Talk:MacOS

From InstallGentoo Wiki
Revision as of 17:47, 9 February 2014 by Eva-02 (talk | contribs) (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, 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)