1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix/pthread/include
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
..
pthread_barrier.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_cancellation.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_cleanup.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_cond.h pthread_cond.h: use 'sys/types.h' value of 'clockid_t' for avr 2019-09-11 18:25:10 +02:00
pthread_mutex_attr.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_mutex.h doc: fix whitespaces 2017-09-06 08:49:05 +02:00
pthread_once.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_rwlock_attr.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_rwlock.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_scheduling.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_spin.h core/pthread: make them compilable with g++ 2018-07-21 14:24:57 +02:00
pthread_threading_attr.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_threading.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread_tls.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
pthread.h cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00