diff options
author | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-19 01:20:34 +0000 |
---|---|---|
committer | ghazi <ghazi@138bc75d-0d04-0410-961f-82ee72b054a4> | 2005-08-19 01:20:34 +0000 |
commit | b88c06b5d7e46d1db8f85fd29fee3a13da956ac5 (patch) | |
tree | 1e592d6524a057c57b0bac43a51c932c226f3786 /gcc/config.in | |
parent | 70e053dd2a8ed7da332aa8a538c123c6aab29503 (diff) | |
download | gcc-b88c06b5d7e46d1db8f85fd29fee3a13da956ac5.tar.gz |
* collect2.c (dup2): Delete.
* configure.ac: Don't check for dup2.
* config.in, configure: Regenerate.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@103263 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config.in')
-rw-r--r-- | gcc/config.in | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/gcc/config.in b/gcc/config.in index f533c1c205e..fa39a356efc 100644 --- a/gcc/config.in +++ b/gcc/config.in @@ -611,12 +611,6 @@ #endif -/* Define to 1 if you have the `dup2' function. */ -#ifndef USED_FOR_TARGET -#undef HAVE_DUP2 -#endif - - /* Define to 1 if you have the <fcntl.h> header file. */ #ifndef USED_FOR_TARGET #undef HAVE_FCNTL_H |