X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;f=tests%2Ftest-fcntl-h.c;h=7f350b46f1e8a25f9107c6fdc71a79f10a0ed5d4;hb=6fe87bef894e5b110b2c1d495dd2bb0c8efa07ad;hp=648701ef4b6da5d91eb6d65bd89581d2ad58b20c;hpb=70a72e0f50411ccc776379a761725d8c8bec58a3;p=gnulib.git diff --git a/tests/test-fcntl-h.c b/tests/test-fcntl-h.c index 648701ef4..7f350b46f 100644 --- a/tests/test-fcntl-h.c +++ b/tests/test-fcntl-h.c @@ -31,6 +31,11 @@ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET }; /* Check that the FD_* macros are defined. */ int i = FD_CLOEXEC; +/* Check that the types are all defined. */ +pid_t t1; +off_t t2; +mode_t t3; + int main (void) {