diff options
author | Tom Tromey <tromey@redhat.com> | 2008-11-06 14:10:46 +0000 |
---|---|---|
committer | Tom Tromey <tromey@redhat.com> | 2008-11-06 14:10:46 +0000 |
commit | 428b207a69c493f7e324b2fea3043bd7d76bcd2c (patch) | |
tree | 99d8f0f75bcda877a5dd2ad020a7c1dc555d75a8 /bfd/config.in | |
parent | efd20d3a427f2e39e616fd4eb902dbd573480c20 (diff) | |
download | gdb-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.in | 3 |
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 |