From 48ec9be1eba930b06050262a1a651d794c31bc11 Mon Sep 17 00:00:00 2001 From: "Luke T. Shumaker" Date: Wed, 2 Oct 2024 15:47:47 -0600 Subject: trim trailing ws --- libnetio/netio_posix.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libnetio/netio_posix.c') diff --git a/libnetio/netio_posix.c b/libnetio/netio_posix.c index 54df412..dda30b0 100644 --- a/libnetio/netio_posix.c +++ b/libnetio/netio_posix.c @@ -60,7 +60,7 @@ static void _netio_init(void) { if (sig_io) return; - + sig_io = SIGRTMIN + (sigs_allocated++); if (sig_io > SIGRTMAX) error(1, 0, "SIGRTMAX exceeded"); -- cgit v1.2.3-2-g168b