当前位置: 技术问答>linux和unix
msgget的返回值0是什么意思?
来源: 互联网 发布时间:2015-09-25
本文导语: man了一下说,-1 是错误,正整数是成功,可是我现在得到的是0,谁能告诉我是怎么回事? | If successful, the return value will be the message queue identifier (a nonnegative integer), otherwise -1 wit...
man了一下说,-1 是错误,正整数是成功,可是我现在得到的是0,谁能告诉我是怎么回事?
|
If successful, the return value will be the message queue identifier (a nonnegative integer), otherwise -1 with errno indicating the error.
成功的话,会返回一个非负整数。
我在redhat下man到的
成功的话,会返回一个非负整数。
我在redhat下man到的
|
RETURN VALUES
Upon successful completion, a non-negative integer
representing a message queue identifier is returned. Other-
wise, -1 is returned and errno is set to indicate the error.
这是solaris下的结果。
都说明返回0是successul。
Upon successful completion, a non-negative integer
representing a message queue identifier is returned. Other-
wise, -1 is returned and errno is set to indicate the error.
这是solaris下的结果。
都说明返回0是successul。