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

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

1.1     ! schwarze    1: #include <fcntl.h>
        !             2:
        !             3: int
        !             4: main(void)
        !             5: {
        !             6:        return open(".", O_RDONLY | O_DIRECTORY) == -1;
        !             7: }

CVSweb