Files
RedBear-OS/include/bits/unistd.h
T
2025-07-11 20:28:45 -06:00

16 lines
209 B
C

#ifndef _BITS_UNISTD_H
#define _BITS_UNISTD_H
#define _POSIX_VERSION 200809L
#define _POSIX_REALTIME_SIGNALS 202405L
#ifdef __cplusplus
extern "C" {
#endif
#ifdef __cplusplus
} // extern "C"
#endif
#endif