We are still actively working on the spam issue.

Difference between revisions of "Talk:MacOS"

From InstallGentoo Wiki
Jump to: navigation, search
(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...")
(No difference)

Revision as of 17:47, 9 February 2014

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)