libc: add fork and exec definitions

This commit is contained in:
2026-05-30 10:02:04 +01:00
parent ede9d39f07
commit 2413538cb6
2 changed files with 11 additions and 0 deletions
+2
View File
@@ -8,6 +8,8 @@
#define SEEK_END 2
typedef size_t ino_t;
typedef long pid_t;
typedef long mode_t;
struct dentry {
unsigned long d_ino;