Rename search_.h to search.in.h.
[gnulib.git] / tests / test-unistd.c
index 8b8fe8e..dd112f6 100644 (file)
@@ -27,12 +27,16 @@ int sk[] = { SEEK_CUR, SEEK_END, SEEK_SET };
 /* Check that the types are all defined.  */
 size_t t1;
 ssize_t t2;
+#ifdef TODO /* Not implemented in gnulib yet */
 uid_t t3;
 gid_t t4;
+#endif
 off_t t5;
 pid_t t6;
+#ifdef TODO
 useconds_t t7;
 intptr_t t8;
+#endif
 
 int
 main ()