X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=tests%2Ftest-fcntl.c;h=21f67cf11fb4c455fb9fe8d861334833accdb480;hb=e52fa80b73cf84d7e5472aeb43ead4e25dbd5989;hp=cc956688e91a7069267170558ccf460b6be54811;hpb=63c64db5aaa0a87067153095844274ef530a4430;p=gnulib.git diff --git a/tests/test-fcntl.c b/tests/test-fcntl.c index cc956688e..21f67cf11 100644 --- a/tests/test-fcntl.c +++ b/tests/test-fcntl.c @@ -26,6 +26,9 @@ 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_BINARY | O_TEXT; +/* Check that the various SEEK_* macros are defined. */ +int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; + int main () {