mirror of
https://gitlab.com/80486DX2-66/gists
synced 2025-01-10 17:32:05 +05:30
reverse-ramdisk.c: correct POSIX version requirement
This commit is contained in:
parent
1c61eec1ce
commit
021333aca6
@ -20,7 +20,7 @@ To-Do: Add thread-safe versions of functions (use postfix `_r`)
|
|||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#if _POSIX_VERSION >= 200809L && defined(_POSIX_SYNCHRONIZED_IO)
|
#if _POSIX_VERSION >= 200112L
|
||||||
# include <fcntl.h>
|
# include <fcntl.h>
|
||||||
# include <unistd.h>
|
# include <unistd.h>
|
||||||
# define IS_POSIX 1
|
# define IS_POSIX 1
|
||||||
|
Loading…
x
Reference in New Issue
Block a user