diff options
Diffstat (limited to 'libhw/host_sigrt.c')
-rw-r--r-- | libhw/host_sigrt.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |