Commit 9bd6766d by Arnaud Charlet Committed by Arnaud Charlet

re PR ada/68345 (gnat build broken on dragonfly due to omission of r229342)

2015-11-13  Arnaud Charlet  <charlet@adacore.com>
        
	PR ada/68345
	* s-osinte-dragonfly.ads (Get_Page_Size): C function returns an int.

From-SVN: r230373
parent e63e20c0
2015-11-13 Arnaud Charlet <charlet@adacore.com>
PR ada/68345
* s-osinte-dragonfly.ads (Get_Page_Size): C function returns an int.
2015-11-13 David Malcolm <dmalcolm@redhat.com> 2015-11-13 David Malcolm <dmalcolm@redhat.com>
* gcc-interface/trans.c (Sloc_to_locus): Add line_table param when * gcc-interface/trans.c (Sloc_to_locus): Add line_table param when
......
...@@ -330,8 +330,7 @@ package System.OS_Interface is ...@@ -330,8 +330,7 @@ package System.OS_Interface is
-- returns the stack base of the specified thread. Only call this function -- returns the stack base of the specified thread. Only call this function
-- when Stack_Base_Available is True. -- when Stack_Base_Available is True.
function Get_Page_Size return size_t; function Get_Page_Size return int;
function Get_Page_Size return Address;
pragma Import (C, Get_Page_Size, "getpagesize"); pragma Import (C, Get_Page_Size, "getpagesize");
-- Returns the size of a page -- Returns the size of a page
......
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