diff options
author | Kaveh R. Ghazi <ghazi@caip.rutgers.edu> | 2005-08-19 01:20:34 +0000 |
---|---|---|
committer | Kaveh Ghazi <ghazi@gcc.gnu.org> | 2005-08-19 01:20:34 +0000 |
commit | 52a6edcc1e1a0a7b5c7318f6178ab9f987b5b8c7 (patch) | |
tree | 1e592d6524a057c57b0bac43a51c932c226f3786 /gcc/configure | |
parent | 4958c162cb69267bc7b540851bbdb9a8cf9831d5 (diff) | |
download | gcc-52a6edcc1e1a0a7b5c7318f6178ab9f987b5b8c7.zip gcc-52a6edcc1e1a0a7b5c7318f6178ab9f987b5b8c7.tar.gz gcc-52a6edcc1e1a0a7b5c7318f6178ab9f987b5b8c7.tar.bz2 |
collect2.c (dup2): Delete.
* collect2.c (dup2): Delete.
* configure.ac: Don't check for dup2.
* config.in, configure: Regenerate.
From-SVN: r103263
Diffstat (limited to 'gcc/configure')
-rwxr-xr-x | gcc/configure | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/gcc/configure b/gcc/configure index dd25a7d..d9697b0 100755 --- a/gcc/configure +++ b/gcc/configure @@ -9116,8 +9116,7 @@ fi - -for ac_func in times clock dup2 kill getrlimit setrlimit atoll atoq \ +for ac_func in times clock kill getrlimit setrlimit atoll atoq \ sysconf strsignal getrusage nl_langinfo scandir alphasort \ gettimeofday mbstowcs wcswidth mmap mincore setlocale \ clearerr_unlocked feof_unlocked ferror_unlocked fflush_unlocked fgetc_unlocked fgets_unlocked fileno_unlocked fprintf_unlocked fputc_unlocked fputs_unlocked fread_unlocked fwrite_unlocked getchar_unlocked getc_unlocked putchar_unlocked putc_unlocked |