mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
624957252e
This enables 'pthread' support on arduino. avr-libc C90 'time.h' does not include 'sys/types.h' as POSIX expects it. However, the type previously defined conflicts with the one in 'cpu/atmega_common/avr_libc_extra/include/sys/types.h' when both are included, so include 'sys/types.h'. Maybe it should alway be included by 'time.h' but this would need its specific review. |
||
---|---|---|
.. | ||
include | ||
Makefile | ||
pthread_attr.c | ||
pthread_barrier.c | ||
pthread_barrierattr.c | ||
pthread_cond.c | ||
pthread_mutex_attr.c | ||
pthread_mutex.c | ||
pthread_once.c | ||
pthread_rwlock_attr.c | ||
pthread_rwlock.c | ||
pthread_spin.c | ||
pthread_tls.c | ||
pthread.c |