Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | apple: Introduce a central compatibility header with all __APPLE__ quirks | Martin Willi | 2014-11-21 | 1 | -5/+1 |
| | |||||
* | semaphore: similar to thread_create(), semaphore_create() is used by Mach | Martin Willi | 2013-05-06 | 1 | -0/+5 |
| | | | | | | The compiler spits no warning, but the wrong symbol is used when calling semaphore_create() from strongSwan. Override the name with a #define to force the use of our semaphore_create(). | ||||
* | Added a wrapper class around POSIX semaphores. | Tobias Brunner | 2012-05-02 | 1 | -0/+85 |