Files
RedBear-OS/include/bits/unistd.h
T
Josh Megnauth 70ae45ff85 Improve sysconf.h on Linux
I copied the constants and definitions from musl which we can presume is
correct. Relibc is missing some features which affects our sysconf as
well, such as constants in limits.h or a working resources.h.
2025-08-20 02:05:05 -04:00

9 lines
154 B
C

#ifndef _BITS_UNISTD_H
#define _BITS_UNISTD_H
#define _POSIX_VERSION 200809L
#define _POSIX_REALTIME_SIGNALS 202405L
#define _XOPEN_VERSION 700L
#endif