Fix typo in previous change.

From-SVN: r74325
This commit is contained in:
Arnaud Charlet 2003-12-05 11:52:03 +01:00
parent 01bdc11e45
commit 84f47d5f22
1 changed files with 1 additions and 1 deletions

View File

@ -249,7 +249,7 @@ package System.OS_Interface is
pragma Convention (C, 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_UNBLOCK : constant := 2;