Besonderhede van voorbeeld: -6579671530824554858

Metadata

Data

English[en]
If the message text has length greater than msgsz , then the behavior depends on whether MSG_NOERROR is specified in msgflg . If MSG_NOERROR is specified, then the message text will be truncated (and the truncated part will be lost); if MSG_NOERROR is not specified, then the message isn't removed from the queue and the system call fails returning -1 with errno set to E2BIG .
Korean[ko]
메세지 텍스트가 msgsz 보다 큰 길이를 가지고 msgflg 인자에 MSG_NOERROR 가 명시되어 있다면 메세지 텍스트는 잘린다(그리고 잘려진 부분을 잃는다). 만일 그렇지 않으면 메세지는 큐에서 제거 되지 않으며 시스템 콜은 errno 를 E2BIG 으로 설정하고 실패를 반환한다. 인자 msgtyp 는 다음과 같은 메세지 타입을 지정한다.

History

Your action: