Commit 79a776a8 by Thomas Quinot Committed by Arnaud Charlet

s-osinte-freebsd.ads: Minor reformatting

2008-08-08  Thomas Quinot  <quinot@adacore.com>

	* s-osinte-freebsd.ads: Minor reformatting

From-SVN: r138875
parent 9fd03ecd
......@@ -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 --
......
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