]> 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 8550003bcb8f1f09344281ae2d4ad4b62faefe07..cc2c046b9bcbab84df1fdc377ba0a6df9e682bc4 100644 (file)
@@ -36,7 +36,7 @@ struct file {
     uint32_t refcount;
 };
 
-#define PROCESS_MAX_FILES 16
+#define PROCESS_MAX_FILES 64
 
 #define PROCESS_MAX_SIG 32