1
0
mirror of https://github.com/RIOT-OS/RIOT.git synced 2024-12-29 04:50:03 +01:00
RIOT/sys/posix
Frederik Haxel 394cd0e3a8 sys: 64 bit compatibility
* priority_queue_t: Replaced `-1U` literal with PRIORITY_QUEUE_DATA_SIGNALING define
* architecture.h: Added 64-bit
* bloom.h: Fixed typedef for the hashfp_t function pointer
* vfs.h: Increased default vfs buffer sizes for 64 bit
* bytes.h: Check if socklen_t is already defined
* ztimer: Use PRIxPTR format specifier
2024-01-17 16:05:12 +01:00
..
include sys: 64 bit compatibility 2024-01-17 16:05:12 +01:00
inet sys/posix: Add posix_inet module to kconfig 2021-03-09 09:15:59 +01:00
pthread sys: 64 bit compatibility 2024-01-17 16:05:12 +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 sys/posix_sleep: add module to Kconfig 2021-02-15 12:24:38 +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
Kconfig sys/posix: add Kconfig file for pthread module 2022-04-24 21:23:33 +02:00