diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-21 22:42:17 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-21 22:42:17 +0000 |
commit | 4e2562b659653f93dd62cc0c61d32a7740b74740 (patch) | |
tree | 5760ecd6dfee3b5a3fbd1f7c8131d34047951c44 /libgfortran/config.h.in | |
parent | 28393b8e9710558e7df6def46d9e70bed846f781 (diff) | |
download | gcc-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.in | 3 |
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 |