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/unistd/write.c | |
| parent | 36bd6c283383851664bbe598601c99385e5dcd43 (diff) | |
remove last vestiges of _assert.h (now _safety.h)
Diffstat (limited to 'src/unistd/write.c')
| -rw-r--r-- | src/unistd/write.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/unistd/write.c b/src/unistd/write.c index 27a17aca..21eef9ef 100644 --- a/src/unistd/write.c +++ b/src/unistd/write.c @@ -2,7 +2,7 @@ #include <sys/types.h> #include <unistd.h> -#include "_assert.h" +#include "_safety.h" #include "_syscall.h" ssize_t write(int fildes, const void *buf, size_t nbyte) |
