Add POSIX_C_SOURCE
Some checks failed
CI / build-and-analyze (push) Failing after 1m16s

This commit is contained in:
2026-08-18 10:19:14 +03:00
parent a9e137fcc7
commit 8ce1f18be3
2 changed files with 2 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
#define _POSIX_C_SOURCE 200112L
#include "../CgeFs.h"
#include <sys/stat.h>
#include <sys/types.h>

View File

@@ -1,3 +1,4 @@
#define _POSIX_C_SOURCE 200112L
#include "../CgeFs.h"
#include <errno.h>
#include <limits.h>