+2008-11-06 Alexander V. Lukyanov <lav@netis.ru>
+ Bruno Haible <bruno@clisp.org>
+
+ * lib/sys_stat.in.h: Enclose function definitions in extern "C".
+
2008-10-12 Giuseppe Scrivano <gscrivano@gnu.org>
* build-aux/pmccabe2html: Added support for C++ source files.
# define S_IRWXUGO (S_IRWXU | S_IRWXG | S_IRWXO)
#endif
+
+#ifdef __cplusplus
+extern "C" {
+#endif
+
+
#if @GNULIB_LSTAT@
# if ! @HAVE_LSTAT@
/* mingw does not support symlinks, therefore it does not have lstat. But
lchmod (f, m))
#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+
#endif /* _GL_SYS_STAT_H */
#endif /* _GL_SYS_STAT_H */
#endif