1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix
Philippe Coval 20c3aaa448 sys: Fix pthread includes to support avr-libs
Missing malloc.h and clock_id_t were causing issues to build.

It was tested with this configuration:

- linux ubuntu 14.04.5
- arduino-mega2560 board
- avr-libc-1.8.0-4.1

This change was needed to build iotivity example

Bug: https://github.com/RIOT-OS/RIOT/issues/6241
Change-Id: I82ce246093b3467dfe9746f999bcc9335dbb65f6
Signed-off-by: Philippe Coval <philippe.coval@osg.samsung.com>
2017-01-17 19:44:22 +01:00
..
include sys: posix: remove not needed strings.h 2016-12-22 12:25:31 +01:00
pthread sys: Fix pthread includes to support avr-libs 2017-01-17 19:44:22 +01:00
semaphore xtimer: Update xtimer usage to match API changes 2016-11-29 20:44:31 +01:00
sockets sys: random: rename genrand_* to random_* 2016-02-29 21:33:17 +01:00
doc.txt doc: fix posix wrapper documentation 2014-12-06 02:05:51 +01:00
fd.c sys: remove obsolete posix_io code 2015-11-20 00:43:57 +01:00
Makefile make: detect their module name automatically 2014-06-17 15:49:32 +02:00
unistd.c sys: posix: switch to xtimer for sleep/usleep 2015-11-20 00:54:29 +01:00