提交 37bf72e3 编写于 作者: D dhy308

Fix review issues.

Issue: I6AEEI
Test: Build & Boot Devices
Signed-off-by: Ndhy308 <tony.gan@huawei.com>
上级 3db30d33
......@@ -13,6 +13,10 @@
* limitations under the License.
*/
/*
* SIG_BLOCK: Mask the signal according to the mask word provided by parameter set.
* And save the original signal mask to oldset
*/
#define SIGCHAIN_TEST_SET_MASK(set, fun, signo, num) do{ \
int result = sigemptyset(&set); \
if (result != 0) { \
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册