1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix/include
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
..
arpa sys/posix: use __restrict instead of restrict 2022-05-07 16:10:01 +02:00
netinet cleanup: apply headerguard script output 2017-05-24 17:54:02 +02:00
sys sys/posix: Don't shadow <sys/select.h> on native 2024-06-05 21:47:56 +02:00
fcntl.h doc: fix unbalaced grouping 2022-09-14 15:05:25 +02:00
semaphore.h posis/semaphore: use sema_get_value() 2021-01-15 16:17:25 +01:00