summaryrefslogtreecommitdiff
path: root/libgfortran/config.h.in
diff options
context:
space:
mode:
authorjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-21 22:42:17 +0000
committerjb <jb@138bc75d-0d04-0410-961f-82ee72b054a4>2011-01-21 22:42:17 +0000
commit4e2562b659653f93dd62cc0c61d32a7740b74740 (patch)
tree5760ecd6dfee3b5a3fbd1f7c8131d34047951c44 /libgfortran/config.h.in
parent28393b8e9710558e7df6def46d9e70bed846f781 (diff)
downloadgcc-4e2562b659653f93dd62cc0c61d32a7740b74740.tar.gz
PR 46267 strerror thread safety
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169110 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'libgfortran/config.h.in')
-rw-r--r--libgfortran/config.h.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/libgfortran/config.h.in b/libgfortran/config.h.in
index bd6db109c63..c5a2d8a1dc1 100644
--- a/libgfortran/config.h.in
+++ b/libgfortran/config.h.in
@@ -708,6 +708,9 @@
/* Define to 1 if you have the `strerror' function. */
#undef HAVE_STRERROR
+/* Define to 1 if you have the `strerror_r' function. */
+#undef HAVE_STRERROR_R
+
/* Define to 1 if you have the <strings.h> header file. */
#undef HAVE_STRINGS_H