summaryrefslogtreecommitdiff
path: root/gcc/ada/adaint.h
diff options
context:
space:
mode:
authorrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-07 23:53:29 +0000
committerrth <rth@138bc75d-0d04-0410-961f-82ee72b054a4>2002-02-07 23:53:29 +0000
commit033f2befe64df831031f00dcdbfe91d60899e7ac (patch)
treeec1332809f3045d39a7e2264ca0c1bb91a6edf18 /gcc/ada/adaint.h
parentdae051417b720a488b8ad03f9359e2908cdc8c2a (diff)
downloadgcc-033f2befe64df831031f00dcdbfe91d60899e7ac.tar.gz
* adaint.c (__gnat_to_gm_time): First arg is int, not time_t.
* adaint.h (__gnat_to_gm_time): Update prototype. git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@49596 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/ada/adaint.h')
-rw-r--r--gcc/ada/adaint.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/ada/adaint.h b/gcc/ada/adaint.h
index 8bcdbcf46f6..737e478d299 100644
--- a/gcc/ada/adaint.h
+++ b/gcc/ada/adaint.h
@@ -4,7 +4,7 @@
* *
* A D A I N T *
* *
- * $Revision$
+ * $Revision: 1.4 $
* *
* C Header File *
* *
@@ -34,7 +34,7 @@
#include <dirent.h>
-extern void __gnat_to_gm_time PARAMS ((time_t *, int *,
+extern void __gnat_to_gm_time PARAMS ((int *, int *,
int *, int *,
int *, int *,
int *));