aboutsummaryrefslogtreecommitdiffstats
path: root/lib/sys_time.in.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sys_time.in.h')
-rw-r--r--lib/sys_time.in.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sys_time.in.h b/lib/sys_time.in.h
index d30b26719b2..1c12d5f13d7 100644
--- a/lib/sys_time.in.h
+++ b/lib/sys_time.in.h
@@ -135,7 +135,7 @@ _GL_WARN_ON_USE (gettimeofday, "gettimeofday is unportable - "
135# if !(defined __cplusplus && defined GNULIB_NAMESPACE) 135# if !(defined __cplusplus && defined GNULIB_NAMESPACE)
136# undef close 136# undef close
137# define close close_used_without_including_unistd_h 137# define close close_used_without_including_unistd_h
138# else 138# elif !defined __clang__
139 _GL_WARN_ON_USE (close, 139 _GL_WARN_ON_USE (close,
140 "close() used without including <unistd.h>"); 140 "close() used without including <unistd.h>");
141# endif 141# endif