aboutsummaryrefslogtreecommitdiff
path: root/bfd/config.in
diff options
context:
space:
mode:
authorTom Tromey <tromey@redhat.com>2008-11-06 14:10:46 +0000
committerTom Tromey <tromey@redhat.com>2008-11-06 14:10:46 +0000
commit428b207a69c493f7e324b2fea3043bd7d76bcd2c (patch)
tree99d8f0f75bcda877a5dd2ad020a7c1dc555d75a8 /bfd/config.in
parentefd20d3a427f2e39e616fd4eb902dbd573480c20 (diff)
downloadgdb-428b207a69c493f7e324b2fea3043bd7d76bcd2c.zip
gdb-428b207a69c493f7e324b2fea3043bd7d76bcd2c.tar.gz
gdb-428b207a69c493f7e324b2fea3043bd7d76bcd2c.tar.bz2
* configure, config.in: Rebuild.
* configure.in: Check for fileno. * bfdio.c (close_on_exec): New function. (real_fopen): Use it. (FD_CLOEXEC): New define.
Diffstat (limited to 'bfd/config.in')
-rw-r--r--bfd/config.in3
1 files changed, 3 insertions, 0 deletions
diff --git a/bfd/config.in b/bfd/config.in
index f15e4ff..d1797ae 100644
--- a/bfd/config.in
+++ b/bfd/config.in
@@ -78,6 +78,9 @@
/* Define to 1 if you have the `fdopen' function. */
#undef HAVE_FDOPEN
+/* Define to 1 if you have the `fileno' function. */
+#undef HAVE_FILENO
+
/* Define to 1 if you have the `fopen64' function. */
#undef HAVE_FOPEN64