2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-13 00:12:11 +00:00

Use c, not c++, comments.

[SVN r77198]
This commit is contained in:
K. Noel Belcourt
2012-03-04 05:59:29 +00:00
parent f38f7f06d1
commit 584a0636af

View File

@@ -270,7 +270,7 @@ int main( int argc, char * * argv, char * * arg_environ )
sigprocmask(SIG_BLOCK, &sigmask, NULL);
sa.sa_flags = 0;
sa.sa_handler = child_sig_handler;
// sigemptyset(&sa.sa_mask);
/* sigemptyset(&sa.sa_mask); */
sigaction(SIGCHLD, &sa, NULL);
sigemptyset(&empty_sigmask);
#endif