]> sourceware.org Git - newlib-cygwin.git/commitdiff
* strace.cc (_impure_ptr): Remove.
authorCorinna Vinschen <corinna@vinschen.de>
Wed, 6 Oct 2004 09:51:11 +0000 (09:51 +0000)
committerCorinna Vinschen <corinna@vinschen.de>
Wed, 6 Oct 2004 09:51:11 +0000 (09:51 +0000)
winsup/utils/ChangeLog
winsup/utils/strace.cc

index 15e954b52abb302b127bb180d56e24de836a173d..75d7879eca05953722b49713f8787bfb8b4a8ccd 100644 (file)
@@ -1,3 +1,7 @@
+2004-10-06  Corinna Vinschen  <corinna@vinschen.de>
+
+       * strace.cc (_impure_ptr): Remove.
+
 2004-10-06  Bas van Gompel  <cygwin-patch.buzz@bavag.tmfweb.nl>
 
        * cygcheck.cc (dump_sysinfo): Warn about empty path-components.
index 2d16b69c700e0ed235beedafb197d607b161a045..40300a4a69e6887913018bb6bdd2708f990f1598 100644 (file)
@@ -26,12 +26,6 @@ details. */
 #include "path.h"
 #undef cygwin_internal
 
-/*  GCC runtime library's C++ EH code unfortunately pulls in stdio, and we
-   get undefine references to __impure_ptr, and hence the following
-   hack. It should be reasonably safe however as long as this file
-   is built using -mno-cygwin as is intended.  */
-int _impure_ptr;
-
 /* we *know* we're being built with GCC */
 #define alloca __builtin_alloca
 
This page took 0.033946 seconds and 5 git commands to generate.