Updated userspace

This commit is contained in:
Alex
2022-12-24 09:18:45 +02:00
parent 0ce6433311
commit 40410cba41
25 changed files with 472 additions and 36 deletions

View File

@ -12,6 +12,7 @@ extern "C"
void *memset(void *, int, size_t);
char *strcpy(char *, const char *);
size_t strlen(const char *);
int strncmp(const char *s1, const char *s2, size_t n);
#ifdef __cplusplus
}

View File

@ -3,4 +3,4 @@
typedef int pid_t;
#endif
#endif