]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Tue, 23 Sep 2003 07:24:22 +0000 (07:24 +0000)
committerUlrich Drepper <drepper@redhat.com>
Tue, 23 Sep 2003 07:24:22 +0000 (07:24 +0000)
2003-09-23  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/posix/sprofil.c (pc_to_index): Remove inline marker.

ChangeLog
sysdeps/posix/sprofil.c

index bd92a1f2a6485a9a396a2ffdab99c69e43800ecf..c05bc4ebe2da08aacc081e28c2f8c29fbe4a00cc 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2003-09-23  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/posix/sprofil.c (pc_to_index): Remove inline marker.
+
 2003-09-20  Alfred M. Szmidt  <ams@kemisten.nu>
 
        * sysdeps/generic/utmp_file.c (setutent_file, LOCK_FILE,
index 84c797297adcd4d64d6132a756916532d09e7849..19787fa36436f12414927d0ee21474b3e1350cdf 100644 (file)
@@ -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));
This page took 0.050806 seconds and 5 git commands to generate.