lang/gcc-aux: Attempt to fix lang/gnatdroid breakage

Reported by:	pkg-failout
This commit is contained in:
John Marino 2015-07-14 16:18:35 +00:00
parent ee40d3a7bf
commit 8c28967d82
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=392032

View File

@ -1112,19 +1112,6 @@
Gcc_Path : String_Access := null;
Non_Empty_Node : constant Project_Node_Id := 1;
--- gcc/ada/s-osinte-android.ads.orig
+++ gcc/ada/s-osinte-android.ads
@@ -595,8 +595,8 @@
type time_t is new long;
type timespec is record
- tv_sec : time_t;
- tv_nsec : long;
+ ts_sec : time_t;
+ ts_nsec : long;
end record;
pragma Convention (C, timespec);
--- /dev/null
+++ gcc/ada/s-osinte-dragonfly.adb
@@ -0,0 +1,116 @@