Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
CRIO_BYTES
PROCVTHREAD
Commits
f7a3edef
Commit
f7a3edef
authored
4 years ago
by
Crio.GitLab
💬
Browse files
Options
Download
Email Patches
Plain Diff
Update forkProcess.cc
parent
ddb94602
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
forkProcess.cc
forkProcess.cc
+1
-1
No files found.
forkProcess.cc
View file @
f7a3edef
...
...
@@ -14,7 +14,7 @@ int main()
else
{
printf
(
"Hello from Parent!
\n
"
);
sleep
(
10
);
printf
(
"Parent going to suicide
\n
"
);
printf
(
"Parent going to
commit
suicide
\n
"
);
char
*
p
=
0
;
p
[
0
]
=
'\n'
;
}
...
...
This diff is collapsed.
Click to expand it.
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