diff options
| author | Jakob Kaivo <jkk@ung.org> | 2024-01-31 00:04:19 -0500 |
|---|---|---|
| committer | Jakob Kaivo <jkk@ung.org> | 2024-01-31 00:04:19 -0500 |
| commit | 0df5a8fa0361e06a46240689d01665c1c59ef7c4 (patch) | |
| tree | 5779de2aada743b9c5b610198b006083b2497956 /src/sys | |
| parent | 36bd6c283383851664bbe598601c99385e5dcd43 (diff) | |
remove last vestiges of _assert.h (now _safety.h)
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" |
