summaryrefslogtreecommitdiffstats
path: root/contrib/binutils/libiberty/getruntime.c
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/binutils/libiberty/getruntime.c')
-rw-r--r--contrib/binutils/libiberty/getruntime.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/contrib/binutils/libiberty/getruntime.c b/contrib/binutils/libiberty/getruntime.c
index 3f7dc0d..82f3d2e 100644
--- a/contrib/binutils/libiberty/getruntime.c
+++ b/contrib/binutils/libiberty/getruntime.c
@@ -14,8 +14,8 @@ Library General Public License for more details.
You should have received a copy of the GNU Library General Public
License along with libiberty; see the file COPYING.LIB. If
-not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
-Boston, MA 02111-1307, USA. */
+not, write to the Free Software Foundation, Inc., 51 Franklin Street - Fifth Floor,
+Boston, MA 02110-1301, USA. */
#include "config.h"
@@ -90,7 +90,7 @@ process started.
*/
long
-get_run_time ()
+get_run_time (void)
{
#if defined (HAVE_GETRUSAGE) && defined (HAVE_SYS_RESOURCE_H)
struct rusage rusage;
OpenPOWER on IntegriCloud