]> git.pld-linux.org Git - packages/crossmingw32ce-gcc.git/commitdiff
This commit was manufactured by cvs2git to create branch 'GCC4'. GCC4
authorcvs2git <feedback@pld-linux.org>
Thu, 28 Apr 2005 22:45:35 +0000 (22:45 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Sprout from master 2005-04-28 22:45:35 UTC PaweÅ‚ Sikora <pluto@pld-linux.org> '- moved from GCC_4.'
Delete:
    crossmingw32-gcc-noioctl.patch

crossmingw32-gcc-noioctl.patch [deleted file]

diff --git a/crossmingw32-gcc-noioctl.patch b/crossmingw32-gcc-noioctl.patch
deleted file mode 100644 (file)
index d69badb..0000000
+++ /dev/null
@@ -1,11 +0,0 @@
---- gcc-3.3/libstdc++-v3/config/io/basic_file_stdio.cc.orig    2003-05-01 20:30:25.000000000 +0200
-+++ gcc-3.3/libstdc++-v3/config/io/basic_file_stdio.cc 2003-05-17 09:37:01.000000000 +0200
-@@ -239,7 +239,7 @@
-   streamsize
-   __basic_file<char>::showmanyc_helper()
-   {
--#ifdef FIONREAD
-+#if defined(FIONREAD) && (defined(_GLIBCPP_HAVE_SYS_IOCTL_H) || defined(_GLIBCPP_HAVE_SYS_FILIO_H))
-     // Pipes and sockets.    
-     int __num = 0;
-     int __r = ioctl(this->fd(), FIONREAD, &__num);
This page took 0.114358 seconds and 4 git commands to generate.