diff options
author | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-25 16:46:00 +0000 |
---|---|---|
committer | jb <jb@138bc75d-0d04-0410-961f-82ee72b054a4> | 2011-01-25 16:46:00 +0000 |
commit | 8ebbc33cd3167064b3ba731ea6d2f0902bceed8b (patch) | |
tree | 1538002791cf4c736ee2c94cfa926cd4a4ea3c37 /libgfortran/config.h.in | |
parent | 16a1c7a3b3ee77234ac1e53d41628a3542bd71b3 (diff) | |
download | gcc-8ebbc33cd3167064b3ba731ea6d2f0902bceed8b.tar.gz |
PR 47375 getlog thread safety
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@169243 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 c5a2d8a1dc1..0701c63916c 100644 --- a/libgfortran/config.h.in +++ b/libgfortran/config.h.in @@ -462,6 +462,9 @@ /* Define to 1 if you have the `getpwuid' function. */ #undef HAVE_GETPWUID +/* Define to 1 if you have the `getpwuid_r' function. */ +#undef HAVE_GETPWUID_R + /* Define to 1 if you have the `getrlimit' function. */ #undef HAVE_GETRLIMIT |