summaryrefslogtreecommitdiff
path: root/lib/gl/tests/test-fcntl-h.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/gl/tests/test-fcntl-h.c')
-rw-r--r--lib/gl/tests/test-fcntl-h.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/gl/tests/test-fcntl-h.c b/lib/gl/tests/test-fcntl-h.c
index 648701ef4b..7f350b46f1 100644
--- a/lib/gl/tests/test-fcntl-h.c
+++ b/lib/gl/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)
{