diff options
author | DJ Delorie <dj@redhat.com> | 2001-10-17 22:35:28 +0000 |
---|---|---|
committer | DJ Delorie <dj@redhat.com> | 2001-10-17 22:35:28 +0000 |
commit | 5d852400e9653036531a2c2db5cce7433d936469 (patch) | |
tree | e7a2579c104d46d386dc80318c32d0c94dc46462 /libiberty/getruntime.c | |
parent | 03dd37c302866305fa6d48988f558c4eba2bbabe (diff) | |
download | gdb-5d852400e9653036531a2c2db5cce7433d936469.zip gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.gz gdb-5d852400e9653036531a2c2db5cce7433d936469.tar.bz2 |
merge from gcc
Diffstat (limited to 'libiberty/getruntime.c')
-rw-r--r-- | libiberty/getruntime.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libiberty/getruntime.c b/libiberty/getruntime.c index f610c94..9301deb 100644 --- a/libiberty/getruntime.c +++ b/libiberty/getruntime.c @@ -75,7 +75,7 @@ Boston, MA 02111-1307, USA. */ /* -@deftypefn Replacement long get_run_time () +@deftypefn Replacement long get_run_time (void) Returns the time used so far, in microseconds. If possible, this is the time used by this process, else it is the elapsed time since the |