<sys/socket.h>: turn off MSG_NOSIGNAL
[minix3.git] / test / testvm.h
blobc47a7b04588b6b8c422e8047d5280a5d59d575ec
2 struct info {
3 /* info to testvm */
4 int big; /* do BIG mode */
6 /* info from testvm */
7 int result; /* error code */
8 };