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. |
||
---|---|---|
.. | ||
pthread_barrier.h | ||
pthread_cancellation.h | ||
pthread_cleanup.h | ||
pthread_cond.h | ||
pthread_mutex_attr.h | ||
pthread_mutex.h | ||
pthread_once.h | ||
pthread_rwlock_attr.h | ||
pthread_rwlock.h | ||
pthread_scheduling.h | ||
pthread_spin.h | ||
pthread_threading_attr.h | ||
pthread_threading.h | ||
pthread_tls.h | ||
pthread.h |