mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
Merge pull request #2811 from josephnoir/topic/pthread_cond_osx
Add fix for clockid_t on OS X
This commit is contained in:
commit
d274fc4a83
@ -24,6 +24,10 @@
|
||||
# include "msp430_types.h"
|
||||
#endif
|
||||
|
||||
#if defined(__MACH__)
|
||||
typedef int clockid_t;
|
||||
#endif
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user