diff options
author | John Marino <marino@FreeBSD.org> | 2015-07-14 16:18:35 +0000 |
---|---|---|
committer | John Marino <marino@FreeBSD.org> | 2015-07-14 16:18:35 +0000 |
commit | 8c28967d82a4f161ad2d67f2d7d834dede386b95 (patch) | |
tree | 55fa8b7dd30544561617806cd180f240d02f89ff | |
parent | ee40d3a7bf60855a1a97ee5ad64eaa372d12ec36 (diff) |
Notes
-rw-r--r-- | lang/gcc-aux/files/diff-ada | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/lang/gcc-aux/files/diff-ada b/lang/gcc-aux/files/diff-ada index 7e9d5e1ef954..aeeb2e3c8246 100644 --- a/lang/gcc-aux/files/diff-ada +++ b/lang/gcc-aux/files/diff-ada @@ -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 @@ |