We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 45d2915 commit 3bbd613Copy full SHA for 3bbd613
docs/explanation/include-policy.md
@@ -78,4 +78,4 @@ When `ZPMOD_ANALYSIS` is set the analysis stubs are used instead of the normal g
78
- Integrate the checker in CI as a required step.
79
- Add a `--fix` mode (optional) for bulk reformatting when large refactors land.
80
81
-_Last updated: 2025-08-24_
+\_Last updated: **2025-08-24**
src/core/fs.c
@@ -15,11 +15,6 @@
15
#include <fcntl.h>
16
#include <limits.h>
17
#include <sys/stat.h>
18
-#include <dirent.h>
19
-#include <errno.h>
20
-#include <fcntl.h>
21
-#include <limits.h>
22
-#include <sys/stat.h>
23
#if defined(__has_include)
24
#if __has_include(<sys/mman.h>)
25
#include <sys/mman.h>
0 commit comments