1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix
Marian Buschsieweke be387a25bd
sys/posix: Don't shadow <sys/select.h> on native
This fixes compilation issues on musl, where the host POSIX headers
don't mix well with RIOT's POSIX headers.

This adds an conditional `#include_next <sys/select.h>` to RIOT's
`<sys/select.h>` header.
2024-06-05 21:47:56 +02:00
..
include sys/posix: Don't shadow <sys/select.h> on native 2024-06-05 21:47:56 +02:00
inet *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
pthread *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
select sys/posix: convert to ztimer64_usec 2022-03-10 14:24:57 +01:00
semaphore sys/posix: convert to ztimer64_usec 2022-03-10 14:24:57 +01:00
sleep *Kconfig*: Remove dep-only Kconfig files 2024-03-26 14:54:22 +01:00
sockets posix_sockets.c: Fix 16 bit integer compilation errors 2023-09-27 16:18:14 +00:00
doc.txt posix_select: initial import of select() function 2020-07-01 18:10:26 +02:00