public inbox for gcc-cvs@sourceware.org
help / color / mirror / Atom feed
* [gcc r12-4170] [Ada] Include errno.h in QNX specific part of the signal handling
@ 2021-10-05  8:24 Pierre-Marie de Rodat
  0 siblings, 0 replies; only message in thread
From: Pierre-Marie de Rodat @ 2021-10-05  8:24 UTC (permalink / raw)
  To: gcc-cvs

https://gcc.gnu.org/g:8ae054eaaee1cdd61c1d33c9d2e4744599c36794

commit r12-4170-g8ae054eaaee1cdd61c1d33c9d2e4744599c36794
Author: Corentin Gay <gay@adacore.com>
Date:   Mon Sep 20 17:27:37 2021 +0200

    [Ada] Include errno.h in QNX specific part of the signal handling
    
    gcc/ada/
    
            * init.c (QNX): Add #include errno.h.

Diff:
---
 gcc/ada/init.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gcc/ada/init.c b/gcc/ada/init.c
index 2bbb6017d0f..dbd85169f9c 100644
--- a/gcc/ada/init.c
+++ b/gcc/ada/init.c
@@ -2551,6 +2551,7 @@ __gnat_install_handler (void)
 #include <signal.h>
 #include <unistd.h>
 #include <string.h>
+#include <errno.h>
 #include "sigtramp.h"
 
 void


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2021-10-05  8:24 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-10-05  8:24 [gcc r12-4170] [Ada] Include errno.h in QNX specific part of the signal handling Pierre-Marie de Rodat

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).