diff mbox

[Ada] PR ada/68345

Message ID 20151114091045.GA66153@adacore.com
State New
Headers show

Commit Message

Arnaud Charlet Nov. 14, 2015, 9:10 a.m. UTC
This is a mechanical change made blindly since I do not have access to
a dragonfly system. Should fix PR ada/68345.

Committed on trunk.

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

--
diff mbox

Patch

Index: s-osinte-dragonfly.ads
===================================================================
--- s-osinte-dragonfly.ads	(revision 230301)
+++ s-osinte-dragonfly.ads	(working copy)
@@ -330,8 +330,7 @@ 
    --  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