summaryrefslogtreecommitdiff
path: root/gl/tests/fcntl.in.h
diff options
context:
space:
mode:
authorNikos Mavrogiannopoulos <nmav@gnutls.org>2012-06-05 19:09:11 +0200
committerNikos Mavrogiannopoulos <nmav@gnutls.org>2012-06-05 19:09:11 +0200
commit398220fa033091b34ddb80723f379ffe701fc052 (patch)
treecac2c192e3c63cdd19111f45a8fc6da2db38fcd6 /gl/tests/fcntl.in.h
parente0fc4ac94721ec49044927bdadcc843e881e4c22 (diff)
downloadgnutls-398220fa033091b34ddb80723f379ffe701fc052.tar.gz
updated gnulibgnutls_3_0_20
Diffstat (limited to 'gl/tests/fcntl.in.h')
-rw-r--r--gl/tests/fcntl.in.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gl/tests/fcntl.in.h b/gl/tests/fcntl.in.h
index 344bbe4d3d..76e12f78a6 100644
--- a/gl/tests/fcntl.in.h
+++ b/gl/tests/fcntl.in.h
@@ -25,6 +25,8 @@
#if defined __need_system_fcntl_h
/* Special invocation convention. */
+/* Needed before <sys/stat.h>.
+ May also define off_t to a 64-bit type on native Windows. */
#include <sys/types.h>
/* On some systems other than glibc, <sys/stat.h> is a prerequisite of
<fcntl.h>. On glibc systems, we would like to avoid namespace pollution.
@@ -42,6 +44,8 @@
#ifndef _@GUARD_PREFIX@_FCNTL_H
+/* Needed before <sys/stat.h>.
+ May also define off_t to a 64-bit type on native Windows. */
#include <sys/types.h>
/* On some systems other than glibc, <sys/stat.h> is a prerequisite of
<fcntl.h>. On glibc systems, we would like to avoid namespace pollution.