X-Git-Url: https://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fcntl-h.c;h=649c44ad4bf635f4fb1f31bcab2f99e5c09ff8ca;hb=9cedf3e1ac7dbdddefb7e172156e9000de7d80c2;hp=127f49767dcb154f2c0ad0ac8eef90c14f97edd9;hpb=1786a4159d6a904f76ba4148b04a75a75072c297;p=gnulib.git diff --git a/tests/test-fcntl-h.c b/tests/test-fcntl-h.c index 127f49767..649c44ad4 100644 --- a/tests/test-fcntl-h.c +++ b/tests/test-fcntl-h.c @@ -22,7 +22,7 @@ /* Check that the various O_* macros are defined. */ int o = O_DIRECT | O_DIRECTORY | O_DSYNC | O_NDELAY | O_NOATIME | O_NONBLOCK - | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC + | O_NOCTTY | O_NOFOLLOW | O_NOLINKS | O_RSYNC | O_SYNC | O_TTY_INIT | O_BINARY | O_TEXT; /* Check that the various SEEK_* macros are defined. */