From 3c3e9e2c62ad9a83ab9b0e1255204d57894c20ff Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Tue, 29 Oct 2024 20:51:36 -0600 Subject: host alarmclock --- libhw/host_sigrt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libhw/host_sigrt.c') diff --git a/libhw/host_sigrt.c b/libhw/host_sigrt.c index 66041fc..6dcb963 100644 --- a/libhw/host_sigrt.c +++ b/libhw/host_sigrt.c @@ -9,7 +9,7 @@ #include "host_sigrt.h" -int host_alloc_sigrt(void) { +int host_sigrt_alloc(void) { static int next = 0; if (!next) -- cgit v1.2.3-2-g168b