syscalls: hopefully fix chdir syscall breaking sometimes
This commit is contained in:
@@ -11,5 +11,6 @@ size_t strlen(const char*);
|
||||
char *strcat(char *dest, const char *src);
|
||||
char *strcpy(char *dest, const char *src);
|
||||
char *strtok(char *str, const char *delim);
|
||||
char *strrchr(const char *s, int c);
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user