aboutsummaryrefslogtreecommitdiff
path: root/sys/amd64/linux32
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2023-08-20 07:36:28 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2023-08-20 07:36:28 +0000
commit510f5c88f04316dc4014485ae281d90656f53d9d (patch)
tree3688a87935a48359e10f4a31512ab8a884d327df /sys/amd64/linux32
parent4717628ed859513a3262ea68259d0605f39de0b3 (diff)
Diffstat (limited to 'sys/amd64/linux32')
-rw-r--r--sys/amd64/linux32/syscalls.master6
1 files changed, 3 insertions, 3 deletions
diff --git a/sys/amd64/linux32/syscalls.master b/sys/amd64/linux32/syscalls.master
index 9439a80b96f6..aa3e420053f4 100644
--- a/sys/amd64/linux32/syscalls.master
+++ b/sys/amd64/linux32/syscalls.master
@@ -55,11 +55,11 @@
u_int nbyte
);
}
-4 AUE_NULL NOPROTO {
- int write(
+4 AUE_NULL STD {
+ int linux_write(
int fd,
char *buf,
- u_int nbyte
+ l_size_t nbyte
);
}
5 AUE_OPEN_RWTC STD {