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 | ||
inet | ||
pthread | ||
semaphore | ||
sockets | ||
time | ||
doc.txt |