aboutsummaryrefslogtreecommitdiff
path: root/sys/arm64
diff options
context:
space:
mode:
authorDmitry Chagin <dchagin@FreeBSD.org>2022-05-06 17:01:43 +0000
committerDmitry Chagin <dchagin@FreeBSD.org>2022-05-06 17:01:43 +0000
commitf19c4e23413d9e2661d09120bb5434c54593bb8e (patch)
treebc080410dd63148755fd76ce18b09bf519c6f0e8 /sys/arm64
parentf48a68874bf4503a18c0c55887a028dab0a4600f (diff)
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(