Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Why3
why3
Commits
60a08f6c
Commit
60a08f6c
authored
Dec 16, 2010
by
François Bobot
Browse files
some little fix
parent
49bfaf41
Changes
2
Hide whitespace changes
Inline
Side-by-side
Makefile.in
View file @
60a08f6c
...
...
@@ -634,7 +634,6 @@ clean::
install_no_local
::
cp
-f
bin/why3-cpulimit
$(BINDIR)
cp
-f
bin/why3-cpulimit_time
$(BINDIR)
########
# bench
...
...
src/tools/cpulimit.c
View file @
60a08f6c
...
...
@@ -45,7 +45,7 @@ int main(int argc, char *argv[]) {
fprintf
(
stderr
,
"usage: %s <time limit in seconds> \
<virtual memory limit in MiB> <print time yes|no> <command>
\n
\
a null value sets no limit (keeps the actual limit)
\n
"
,
argv
[
0
]);
return
1
;
return
EXIT_FAILURE
;
}
/* Fork if requested */
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment