diff options
Diffstat (limited to 'sysdeps/posix/sprofil.c')
-rw-r--r-- | sysdeps/posix/sprofil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/posix/sprofil.c b/sysdeps/posix/sprofil.c index d6fdd9a316..8f3270e1fc 100644 --- a/sysdeps/posix/sprofil.c +++ b/sysdeps/posix/sprofil.c @@ -239,7 +239,7 @@ add_region (struct prof *p, int prof_uint) { unsigned long int nsamples; size_t start, end; - int i; + unsigned int i; if (p->pr_scale < 2) return 0; |