Skip to content
Snippets Groups Projects
Commit 36129923 authored by deuce's avatar deuce
Browse files

Fixed typo in comment

parent 2853c3c3
Branches
Tags
No related merge requests found
......@@ -175,6 +175,7 @@ tODResult ODKrnlInitialize(void)
tODResult Result = kODRCSuccess;
#ifdef ODPLAT_NIX
/* Block SIGHUP for carrier detect use */
sigemptyset(&block);
sigaddset(&block,SIGHUP);
sigprocmask(SIG_BLOCK,&block,NULL);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment