@ -34,6 +34,9 @@
extern "C" {
#endif
/**
* @brief POSIX-specific semaphore type
*/
typedef sema_t sem_t;
@ -22,9 +22,15 @@
#include <time.h>
* @cond INTERNAL
#ifndef __WITH_AVRLIBC__
#define HAVE_MALLOC_H 1
* @endcond
#include "mutex.h"
#include "sched.h"