aboutsummaryrefslogtreecommitdiff
path: root/compat/darwin_compat.c
AgeCommit message (Collapse)Author
2013-01-08Update copyright year in darwin_compatBenjamin Fleischer
2013-01-08Add unnamed semaphore implementation for Mac OS XBenjamin Fleischer
In the past we relied on libosxfuse including a working unnamed semaphore implmentation for Mac OS X. This will not be the case in future releases of OSXFUSE, therefore we need to add our own implementation.