]> Projects (at) Tadryanom (dot) Me - AdrOS.git/commitdiff
fix: raise PROCESS_MAX_FILES from 16 to 64 for POSIX compliance
authorTulio A M Mendes <[email protected]>
Mon, 16 Feb 2026 00:33:23 +0000 (21:33 -0300)
committerTulio A M Mendes <[email protected]>
Mon, 16 Feb 2026 00:33:23 +0000 (21:33 -0300)
include/process.h

index 5d5d4ad8dd8847ef678d2c0283a93d53cf0d99ad..e5721ad89f7cffdcbecc89ed802872f01d070aa0 100644 (file)
@@ -45,7 +45,7 @@ struct file {
     uint32_t refcount;
 };
 
-#define PROCESS_MAX_FILES 16
+#define PROCESS_MAX_FILES 64
 
 #define PROCESS_MAX_SIG 32