1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2025-12-26 15:03:53 +01:00

Add fix for clockid_t on OS X

This commit is contained in:
Joseph Noir 2015-04-14 11:00:51 +02:00
parent 1af6126000
commit e3a5bb25af

View File

@ -24,6 +24,10 @@
# include "msp430_types.h"
#endif
#if defined(__MACH__)
typedef int clockid_t;
#endif
#ifdef __cplusplus
extern "C" {
#endif