diff options
author | Bruce Korb <bkorb@gnu.org> | 2008-09-06 19:57:26 +0000 |
---|---|---|
committer | Bruce Korb <korbb@gcc.gnu.org> | 2008-09-06 19:57:26 +0000 |
commit | 6aa1f8c1901b70e3d64f8d68d3446c7c3a56474e (patch) | |
tree | 4e52f6dae3c611152e1d65b676f22e56f6f790d3 /fixincludes/config.h.in | |
parent | 1b1f56cf4ded44b75c93b8285a66ec34e5c1316c (diff) | |
download | gcc-6aa1f8c1901b70e3d64f8d68d3446c7c3a56474e.tar.gz |
fix glibc_mutex_init fix
From-SVN: r140071
Diffstat (limited to 'fixincludes/config.h.in')
-rw-r--r-- | fixincludes/config.h.in | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fixincludes/config.h.in b/fixincludes/config.h.in index fac869f1450..3693285482b 100644 --- a/fixincludes/config.h.in +++ b/fixincludes/config.h.in @@ -38,6 +38,8 @@ you don't. */ #undef HAVE_DECL_FFLUSH_UNLOCKED +#define SED_PROGRAM "/usr/bin/sed" + /* Define to 1 if you have the declaration of `fgetc_unlocked', and to 0 if you don't. */ #undef HAVE_DECL_FGETC_UNLOCKED |