X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=libiberty%2Fgetruntime.c;h=82f3d2e41858852e19ec3ab9215a55c66fa103ad;hb=6622a3046a1bc94add0dba0d18529babb9d30026;hp=3f7dc0d117a75f4ab0826eae70abf6419406a2c0;hpb=2ee563b53258d390d7446e90a67f465d504ae44c;p=platform%2Fupstream%2Fbinutils.git diff --git a/libiberty/getruntime.c b/libiberty/getruntime.c index 3f7dc0d..82f3d2e 100644 --- a/libiberty/getruntime.c +++ b/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;