--- boot/boot.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot/boot.c b/boot/boot.c index 0d7ae74..d773bd1 100644 --- a/boot/boot.c +++ b/boot/boot.c @@ -775,7 +775,7 @@ main (int argc, char **argv, char **envp) } } -void * +void * __attribute__ ((noreturn)) msg_thread (void *arg) { while (1) -- 2.39.2
- [PATCH hurd 1/3] pfinet and pci-arbiter: update server han... Flavio Cruz
- [PATCH hurd 2/3] Replace deprecated sigmask with sigs... Flavio Cruz
- Re: [PATCH hurd 2/3] Replace deprecated sigmask w... Samuel Thibault
- [PATCH hurd 3/3] Mark msg_thread as noreturn Flavio Cruz
- Re: [PATCH hurd 3/3] Mark msg_thread as noreturn Samuel Thibault
- Re: [PATCH hurd 1/3] pfinet and pci-arbiter: update s... Samuel Thibault