merge from gcc
[deliverable/binutils-gdb.git] / include / libiberty.h
index 4df814092c539aba67b2bd731fcff272c07c808d..0814695a04a84fc71330ed6d0a65ea6f96255cf4 100644 (file)
@@ -145,6 +145,15 @@ extern int fdmatch PARAMS ((int fd1, int fd2));
 
 extern char * getpwd PARAMS ((void));
 
+/* Get the current time.  */
+/* Prototypes vary from system to system, so we only provide a
+   prototype on systems where we know that we need it.  */
+#ifdef __MINGW32__
+/* Forward declaration to avoid #include <sys/time.h>.   */
+struct timeval;
+extern int gettimeofday PARAMS ((struct timeval *, void *)); 
+#endif
+
 /* Get the amount of time the process has run, in microseconds.  */
 
 extern long get_run_time PARAMS ((void));
This page took 0.024545 seconds and 4 git commands to generate.