getlogin, getlogin_r tests: Avoid test failure on Linux/SPARC.
[gnulib.git] / tests / test-fcntl-h.c
index 648701e..7f350b4 100644 (file)
@@ -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)
 {