【发布时间】:2016-01-04 18:48:04
【问题描述】:
我想知道使用带有数值的系统调用是否有任何意义?
以wait(4) 或exit(3) 为例。我想要一个指向这些文档或解释的链接。
【问题讨论】:
-
man是你的朋友...例如man wait:) -
@vitozev
man 2 wait,实际上
标签: linux linux-kernel linux-device-driver wait system-calls