mirror of
https://gitlab.com/sortix/sortix.git
synced 2023-02-13 20:55:38 -05:00
Remove inclusion of <errno.h> from read(2) and write(2).
This commit is contained in:
parent
3a3fc76c8c
commit
8ce7f2f41f
2 changed files with 0 additions and 2 deletions
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
DEFN_SYSCALL3(ssize_t, sys_read, SYSCALL_READ, int, void*, size_t);
|
DEFN_SYSCALL3(ssize_t, sys_read, SYSCALL_READ, int, void*, size_t);
|
||||||
|
|
|
@ -24,7 +24,6 @@
|
||||||
|
|
||||||
#include <sys/syscall.h>
|
#include <sys/syscall.h>
|
||||||
|
|
||||||
#include <errno.h>
|
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
DEFN_SYSCALL3(ssize_t, sys_write, SYSCALL_WRITE, int, const void*, size_t);
|
DEFN_SYSCALL3(ssize_t, sys_write, SYSCALL_WRITE, int, const void*, size_t);
|
||||||
|
|
Loading…
Add table
Reference in a new issue