hare

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

commit 55f3de8da1d1a7fabb7fed5a612cf7644bed77e4
parent b4dc0da122b2370fb78c809a61648163e007584d
Author: Sebastian <sebastian@sebsite.pw>
Date:   Sat,  7 Sep 2024 16:40:51 -0400

rt+linux: fix name of field in st_flock

Signed-off-by: Sebastian <sebastian@sebsite.pw>

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

diff --git a/rt/+linux/types.ha b/rt/+linux/types.ha @@ -250,7 +250,7 @@ export type st_flock = struct { l_whence: i16, l_start: i64, l_len: i64, - pid: int, + l_pid: int, }; export type f_owner_ex = struct {