s-osinte-freebsd.ads: Minor reformatting
2008-08-08 Thomas Quinot <quinot@adacore.com> * s-osinte-freebsd.ads: Minor reformatting From-SVN: r138875
This commit is contained in:
parent
9fd03ecdc2
commit
79a776a8ef
@ -67,11 +67,11 @@ package System.OS_Interface is
|
||||
function Errno return int;
|
||||
pragma Inline (Errno);
|
||||
|
||||
EAGAIN : constant := 35;
|
||||
EINTR : constant := 4;
|
||||
EINVAL : constant := 22;
|
||||
ENOMEM : constant := 12;
|
||||
ETIMEDOUT : constant := 60;
|
||||
EAGAIN : constant := 35;
|
||||
EINTR : constant := 4;
|
||||
EINVAL : constant := 22;
|
||||
ENOMEM : constant := 12;
|
||||
ETIMEDOUT : constant := 60;
|
||||
|
||||
-------------
|
||||
-- Signals --
|
||||
|
Loading…
Reference in New Issue
Block a user