aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Biesinger <cbiesinger@google.com>2019-10-31 15:38:25 -0500
committerChristian Biesinger <cbiesinger@google.com>2019-10-31 15:41:10 -0500
commit33cb1647d68d9a57e6659a9392044ee0276fc24e (patch)
treee886246b3e129ac684184fb58c487dc9390b8449
parentb231e86ac9608056ea837e24d42a878927f5787a (diff)
downloadgdb-33cb1647d68d9a57e6659a9392044ee0276fc24e.zip
gdb-33cb1647d68d9a57e6659a9392044ee0276fc24e.tar.gz
gdb-33cb1647d68d9a57e6659a9392044ee0276fc24e.tar.bz2
Regenerate config.in
I forgot to do this in the last commit (b231e86ac9608056ea837e24d42a878927f5787a) gdb/ChangeLog: 2019-10-31 Christian Biesinger <cbiesinger@google.com> * config.in: Regenerate. Change-Id: I60946ffd853a59469c35f19ef8012ac6ea88a31c
-rw-r--r--gdb/ChangeLog4
-rw-r--r--gdb/config.in3
2 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index b7a7d98..cdc44bc 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
2019-10-31 Christian Biesinger <cbiesinger@google.com>
+ * config.in: Regenerate.
+
+2019-10-31 Christian Biesinger <cbiesinger@google.com>
+
* configure: Regenerate.
* configure.ac: Check for strerror_r.
* gdbsupport/common-utils.h (safe_strerror): Change return value
diff --git a/gdb/config.in b/gdb/config.in
index fc05f15..5a21fca 100644
--- a/gdb/config.in
+++ b/gdb/config.in
@@ -423,6 +423,9 @@
/* Define to 1 if you have the <stdlib.h> header file. */
#undef HAVE_STDLIB_H
+/* 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