projects
/
platform
/
upstream
/
glibc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e361ccd
)
(parse_opt): Avoid warning in case -t is used with maximum allowed number.
author
Ulrich Drepper
<drepper@redhat.com>
Sat, 21 Dec 2002 19:33:56 +0000
(19:33 +0000)
committer
Ulrich Drepper
<drepper@redhat.com>
Sat, 21 Dec 2002 19:33:56 +0000
(19:33 +0000)
nptl/perf.c
patch
|
blob
|
history
diff --git
a/nptl/perf.c
b/nptl/perf.c
index 3e92920bb2ef319ce23ffb1eb6070c8da58dfff9..515f493069cd7920ee2978f2c7baeeafe89cdcae 100644
(file)
--- a/
nptl/perf.c
+++ b/
nptl/perf.c
@@
-530,7
+530,7
@@
parse_opt (int key, char *arg, struct argp_state *state)
{
case 't':
num = strtoul (arg, NULL, 0);
- if (num < MAX_THREADS)
+ if (num <
=
MAX_THREADS)
threads = num;
else
printf ("\