1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix
Kaspar Schleiser 1d5e2e9cd9 all: remove traces of kernel_types.h
Automatically removed using:

    $ git grep -l kernel_types | xargs sed -i '/^#include .kernel_types/d'
2020-11-25 17:52:34 +01:00
..
include all: remove traces of kernel_types.h 2020-11-25 17:52:34 +01:00
inet sys/posix: make posix module provide only headers. 2019-03-20 12:57:13 +01:00
pthread sys/*: replace #if ENABLE_DEBUG with IS_ACTIVE 2020-11-02 21:49:39 +01:00
select posix_select: initial import of select() function 2020-07-01 18:10:26 +02:00
semaphore sys/*: realign ENABLE_DEBUG 2020-10-23 11:27:48 +02:00
sleep sys/posix/sleep: use ztimer instead of xtimer 2020-10-27 15:20:33 +01:00
sockets sys: Cleanup access to internal variables 2020-08-24 20:28:11 +02:00
doc.txt posix_select: initial import of select() function 2020-07-01 18:10:26 +02:00