Commit 84f47d5f by Arnaud Charlet

Fix typo in previous change.

From-SVN: r74325
parent 01bdc11e
...@@ -249,7 +249,7 @@ package System.OS_Interface is ...@@ -249,7 +249,7 @@ package System.OS_Interface is
pragma Convention (C, struct_sigaction); pragma Convention (C, struct_sigaction);
type struct_sigaction_ptr is access all struct_sigaction; type struct_sigaction_ptr is access all struct_sigaction;
SA_SIGINFO : constant := 16#08; SA_SIGINFO : constant := 16#08#;
SIG_BLOCK : constant := 1; SIG_BLOCK : constant := 1;
SIG_UNBLOCK : constant := 2; SIG_UNBLOCK : constant := 2;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment