Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emulab
emulab-devel
Commits
cb8d14f0
Commit
cb8d14f0
authored
Sep 15, 2009
by
Mike Hibler
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
64-bit lint
parent
b640842d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
os/frisbee.redux/client.c
os/frisbee.redux/client.c
+3
-3
No files found.
os/frisbee.redux/client.c
View file @
cb8d14f0
/*
* EMULAB-COPYRIGHT
* Copyright (c) 2000-200
7
University of Utah and the Flux Group.
* Copyright (c) 2000-200
9
University of Utah and the Flux Group.
* All rights reserved.
*/
...
...
@@ -610,7 +610,7 @@ static pthread_t child_pid;
* but if the child thread calls exit(-1) from fatal, the frisbee process
* exits, but with a code of zero; i.e., the child exit code is lost.
* Granted, a multi-threaded program should not be calling exit willy-nilly,
* but it does so we deal with it as follows.
* but it does
,
so we deal with it as follows.
*
* Since the child should never exit during normal operation (we always
* kill it), if it does exit we know there is a problem. So, we catch
...
...
@@ -620,7 +620,7 @@ static pthread_t child_pid;
* Since I don't understand this fully, I am making it a FreeBSD-only
* thing for now.
*/
static
int
child_error
;
static
long
child_error
;
void
myexit
(
void
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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