public inbox for gcc-patches@gcc.gnu.org
 help / color / mirror / Atom feed
From: Benjamin Kosnik <bkoz@redhat.com>
To: gcc-patches@gcc.gnu.org
Subject: [v3] build failure from automated checker.....
Date: Fri, 08 Jun 2001 21:12:00 -0000	[thread overview]
Message-ID: <200106090411.f594BwW19028@fillmore.constant.com> (raw)

this should fix the cygwin/newlib issues

branch/trunk

2001-06-08  Benjamin Kosnik  <bkoz@redhat.com>

	* include/c_std/bits/std_cstdlib.h: Remove _Exit, strtof injections.

Index: include/c_std/bits/std_cstdlib.h
===================================================================
RCS file: /cvs/gcc/gcc/libstdc++-v3/include/c_std/bits/std_cstdlib.h,v
retrieving revision 1.7.2.3
diff -c -p -r1.7.2.3 std_cstdlib.h
*** std_cstdlib.h	2001/06/08 23:33:14	1.7.2.3
--- std_cstdlib.h	2001/06/09 04:10:21
***************
*** 44,50 ****
  #undef atoi
  #undef atol
  #undef strtod
! #undef strtof
  #undef strtol
  #undef strtoul
  #undef rand
--- 44,50 ----
  #undef atoi
  #undef atol
  #undef strtod
! //#undef strtof
  #undef strtol
  #undef strtoul
  #undef rand
***************
*** 56,62 ****
  #undef abort
  #undef atexit
  #undef exit
! #undef _Exit
  #undef getenv
  #undef system
  #undef bsearch
--- 56,62 ----
  #undef abort
  #undef atexit
  #undef exit
! //#undef _Exit
  #undef getenv
  #undef system
  #undef bsearch
*************** namespace std 
*** 88,94 ****
    using ::atoi;
    using ::atol;
    using ::strtod;
!   using ::strtof;
    using ::strtol;
    using ::strtoul;
    using ::rand;
--- 88,94 ----
    using ::atoi;
    using ::atol;
    using ::strtod;
!   //  using ::strtof;
    using ::strtol;
    using ::strtoul;
    using ::rand;
*************** namespace std 
*** 100,106 ****
    using ::abort;
    using ::atexit;
    using ::exit;
!   using ::_Exit;
    using ::getenv;
    using ::system;
    using ::bsearch;
--- 100,106 ----
    using ::abort;
    using ::atexit;
    using ::exit;
!   // using ::_Exit;
    using ::getenv;
    using ::system;
    using ::bsearch;

             reply	other threads:[~2001-06-08 21:12 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2001-06-08 21:12 Benjamin Kosnik [this message]
2001-06-09  8:49 John David Anglin
     [not found] <no.id>
2001-06-09  9:37 ` John David Anglin
2001-06-09 11:44   ` Benjamin Kosnik
2001-06-09 11:55     ` John David Anglin
2001-06-09 12:00       ` Benjamin Kosnik
2001-06-13 16:04         ` John David Anglin
2001-06-13 20:22           ` Alexandre Oliva
2001-06-13 20:49             ` Bruce Korb
2001-06-13 21:41               ` Mark Mitchell
2001-06-13 23:03                 ` Alexandre Oliva
2001-06-13 20:52             ` Bruce Korb
2001-06-13 21:23               ` Alexandre Oliva
2001-06-09 16:57       ` Gabriel Dos Reis
2001-06-09 21:34         ` John David Anglin
2001-06-09 23:22           ` Benjamin Kosnik

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200106090411.f594BwW19028@fillmore.constant.com \
    --to=bkoz@redhat.com \
    --cc=gcc-patches@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).