From: Ulrich Drepper Date: Tue, 23 Sep 2003 07:24:22 +0000 (+0000) Subject: Update. X-Git-Tag: cvs/glibc-2_3_3~187 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=1deb5779e249255d4247529facd65025c1787cd1;p=thirdparty%2Fglibc.git Update. 2003-09-23 Ulrich Drepper * sysdeps/posix/sprofil.c (pc_to_index): Remove inline marker. --- diff --git a/ChangeLog b/ChangeLog index bd92a1f2a64..c05bc4ebe2d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2003-09-23 Ulrich Drepper + + * sysdeps/posix/sprofil.c (pc_to_index): Remove inline marker. + 2003-09-20 Alfred M. Szmidt * sysdeps/generic/utmp_file.c (setutent_file, LOCK_FILE, diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c index 84c797297ad..19787fa3643 100644 --- a/sysdeps/posix/sprofil.c +++ b/sysdeps/posix/sprofil.c @@ -71,7 +71,7 @@ static struct region default_overflow_region = static struct prof_info prof_info; -static inline unsigned long int +static unsigned long int pc_to_index (size_t pc, size_t offset, unsigned int scale, int prof_uint) { size_t i = (pc - offset) / (prof_uint ? sizeof (int) : sizeof (short));