Changeset 1391 for branches/GNU/src/gcc/libiberty/getruntime.c
- Timestamp:
- Apr 27, 2004, 8:39:34 PM (21 years ago)
- Location:
- branches/GNU/src/gcc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/GNU/src/gcc
- Property svn:ignore
-
old new 26 26 configure.vr 27 27 configure.vrs 28 dir.info 28 29 Makefile 29 dir.info30 30 lost+found 31 31 update.out
-
- Property svn:ignore
-
branches/GNU/src/gcc/libiberty/getruntime.c
-
Property cvs2svn:cvs-rev
changed from
1.1
to1.1.1.2
r1390 r1391 1 1 /* Return time used so far, in microseconds. 2 Copyright (C) 1994, 1999 Free Software Foundation, Inc.2 Copyright (C) 1994, 1999, 2002 Free Software Foundation, Inc. 3 3 4 4 This file is part of the libiberty library. … … 22 22 #include "ansidecl.h" 23 23 #include "libiberty.h" 24 25 /* On some systems (such as WindISS), you must include <sys/types.h> 26 to get the definition of "time_t" before you include <time.h>. */ 27 #include <sys/types.h> 24 28 25 29 /* There are several ways to get elapsed execution time; unfortunately no -
Property cvs2svn:cvs-rev
changed from
Note:
See TracChangeset
for help on using the changeset viewer.