[BACK]Return to test-recvmsg.c CVS log [TXT][DIR] Up to [cvsweb.bsd.lv] / mandoc

Annotation of mandoc/test-recvmsg.c, Revision 1.1

1.1     ! schwarze    1: #include <sys/socket.h>
        !             2: #include <stddef.h>
        !             3:
        !             4: int
        !             5: main(void)
        !             6: {
        !             7:        return recvmsg(-1, NULL, 0) != -1;
        !             8: }

CVSweb