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
This commit is contained in:
Arnaud Charlet 2015-11-14 09:09:01 +00:00 committed by Arnaud Charlet
parent e63e20c073
commit 9bd6766df1
2 changed files with 6 additions and 2 deletions

View file

@ -1,3 +1,8 @@
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>
* gcc-interface/trans.c (Sloc_to_locus): Add line_table param when

View file

@ -330,8 +330,7 @@ package System.OS_Interface is
-- returns the stack base of the specified thread. Only call this function
-- when Stack_Base_Available is True.
function Get_Page_Size return size_t;
function Get_Page_Size return Address;
function Get_Page_Size return int;
pragma Import (C, Get_Page_Size, "getpagesize");
-- Returns the size of a page