1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix
Gaëtan Harter 624957252e
pthread_cond.h: use 'sys/types.h' value of 'clockid_t' for avr
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.
2019-09-11 18:25:10 +02:00
..
include Revert "posix/osx: fix type conflict on OSX native" 2018-04-12 17:48:27 +02:00
inet sys/posix: make posix module provide only headers. 2019-03-20 12:57:13 +01:00
pthread pthread_cond.h: use 'sys/types.h' value of 'clockid_t' for avr 2019-09-11 18:25:10 +02:00
semaphore timex: unambiguous time conversion macros 2017-01-19 13:18:08 +01:00
sockets posix_socket: set sock for returned socket on accept() 2019-08-30 21:18:25 +02:00
time sys: fix doxygen grouping 2018-06-11 19:12:02 +02:00
doc.txt doc: fix posix wrapper documentation 2014-12-06 02:05:51 +01:00