diff options
Diffstat (limited to 'src/sys')
| -rw-r--r-- | src/sys/stat/stat.c | 2 | ||||
| -rw-r--r-- | src/sys/times/struct_tms.h (renamed from src/sys/times/struct_tms.c) | 0 | ||||
| -rw-r--r-- | src/sys/utsname/uname.c | 2 |
3 files changed, 2 insertions, 2 deletions
diff --git a/src/sys/stat/stat.c b/src/sys/stat/stat.c index 08446b24..0b4f341f 100644 --- a/src/sys/stat/stat.c +++ b/src/sys/stat/stat.c @@ -1,7 +1,7 @@ #include <sys/types.h> #include <sys/stat.h> #include <stdlib.h> -#include "_assert.h" +#include "_safety.h" #include "_syscall.h" int stat(const char * restrict path, struct stat * restrict buf) diff --git a/src/sys/times/struct_tms.c b/src/sys/times/struct_tms.h index 8e70958b..8e70958b 100644 --- a/src/sys/times/struct_tms.c +++ b/src/sys/times/struct_tms.h diff --git a/src/sys/utsname/uname.c b/src/sys/utsname/uname.c index 4b82838e..fb9e7167 100644 --- a/src/sys/utsname/uname.c +++ b/src/sys/utsname/uname.c @@ -1,6 +1,6 @@ #include <sys/utsname.h> #include <string.h> -#include "_assert.h" +#include "_safety.h" # define __PLATFORM__ "x86" |
