mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-24 14:00:30 +00:00
Update.
2003-09-23 Ulrich Drepper <drepper@redhat.com> * sysdeps/posix/sprofil.c (pc_to_index): Remove inline marker.
This commit is contained in:
parent
6a8a852bcb
commit
1deb5779e2
@ -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,
|
||||
|
@ -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));
|
||||
|
Loading…
Reference in New Issue
Block a user