aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
Diffstat (limited to 'sys/arm64')
-rw-r--r--sys/arm64/linux/syscalls.master7
1 files changed, 6 insertions, 1 deletions
diff --git a/sys/arm64/linux/syscalls.master b/sys/arm64/linux/syscalls.master
index efdc98771e05..0e0e14e8c633 100644
--- a/sys/arm64/linux/syscalls.master
+++ b/sys/arm64/linux/syscalls.master
@@ -1135,7 +1135,12 @@
);
}
192 AUE_NULL STD {
- int linux_semtimedop(void);
+ int linux_semtimedop(
+ l_int semid,
+ struct sembuf *tsops,
+ l_size_t nsops,
+ struct l_timespec *timeout
+ );
}
193 AUE_NULL NOPROTO {
int semop(