]> gcc.gnu.org Git - gcc.git/commitdiff
re PR ada/68345 (gnat build broken on dragonfly due to omission of r229342)
authorArnaud Charlet <charlet@adacore.com>
Sat, 14 Nov 2015 09:09:01 +0000 (09:09 +0000)
committerArnaud Charlet <charlet@gcc.gnu.org>
Sat, 14 Nov 2015 09:09:01 +0000 (10:09 +0100)
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

gcc/ada/ChangeLog
gcc/ada/s-osinte-dragonfly.ads

index 00c044a921f58a5f88a6132d9ef04c01e83e9dfe..ef84a56d7fcb28b1ba983e2058c62c4b8b49de74 100644 (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
index 5d7e9ab594a5f25e3843a64cea818e46c82c423c..a67702ca82c043308e041360d4b08aef4d28b7bd 100644 (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
 
This page took 0.075497 seconds and 5 git commands to generate.