summaryrefslogtreecommitdiff
path: root/gl/sys_stat.in.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2008-11-07 13:30:24 +0100
committerSimon Josefsson <simon@josefsson.org>2008-11-07 13:30:24 +0100
commitdf04fd1f9dd84009d4e2e446bb285e8ac46b2b2a (patch)
treed6321800db096490e910f4f110becae6e908b937 /gl/sys_stat.in.h
parenta1a0bcc6722983491f26f16d0e1204a952bd36a0 (diff)
downloadgnutls-df04fd1f9dd84009d4e2e446bb285e8ac46b2b2a.tar.gz
Add cyclomatic code complexity charts.
Diffstat (limited to 'gl/sys_stat.in.h')
-rw-r--r--gl/sys_stat.in.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gl/sys_stat.in.h b/gl/sys_stat.in.h
index 1a900a495f..3748c261c8 100644
--- a/gl/sys_stat.in.h
+++ b/gl/sys_stat.in.h
@@ -275,6 +275,12 @@
# 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
@@ -341,6 +347,12 @@ extern int lchmod (const char *filename, mode_t mode);
lchmod (f, m))
#endif
+
+#ifdef __cplusplus
+}
+#endif
+
+
#endif /* _GL_SYS_STAT_H */
#endif /* _GL_SYS_STAT_H */
#endif