hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit d7d75c166c4562b2864fc73e7c9c078fbf5e387c
parent 17f55a94b983489232ccb2ccde01fdb8f33a317b
Author: Mykyta Holubakha <hilobakho@gmail.com>
Date:   Sat, 13 Mar 2021 16:28:40 +0200

rt: add nullability to timer_settime args

Diffstat:
Mrt/+linux/syscalls.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/rt/+linux/syscalls.ha b/rt/+linux/syscalls.ha @@ -317,7 +317,7 @@ export fn timerfd_settime( fd: int, flags: int, new_value: *const itimerspec, - old_value: *itimerspec + old_value: nullable *itimerspec ) (int | errno) = { return wrap_return(syscall4(SYS_timerfd_settime, fd: u64, flags: u64,