about summary refs log tree commit diff
path: root/sysdeps
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2003-09-23 07:24:22 +0000
committerUlrich Drepper <drepper@redhat.com>2003-09-23 07:24:22 +0000
commit1deb5779e249255d4247529facd65025c1787cd1 (patch)
tree973d80b650fd5365fe680e35b8da712f36bc8756 /sysdeps
parent6a8a852bcb7b70fdd2c7f43e2b5c6effa6f9a24e (diff)
downloadglibc-1deb5779e249255d4247529facd65025c1787cd1.tar.gz
glibc-1deb5779e249255d4247529facd65025c1787cd1.tar.xz
glibc-1deb5779e249255d4247529facd65025c1787cd1.zip
Update.
2003-09-23  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/posix/sprofil.c (pc_to_index): Remove inline marker.
Diffstat (limited to 'sysdeps')
-rw-r--r--sysdeps/posix/sprofil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c
index 84c797297a..19787fa364 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));