70ae45ff85
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.
9 lines
154 B
C
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
|