16 lines
209 B
C
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
|