diff options
Diffstat (limited to 'lang/gcc/files/patch-gcc_system.h')
-rw-r--r-- | lang/gcc/files/patch-gcc_system.h | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/lang/gcc/files/patch-gcc_system.h b/lang/gcc/files/patch-gcc_system.h deleted file mode 100644 index 05f61aaab868..000000000000 --- a/lang/gcc/files/patch-gcc_system.h +++ /dev/null @@ -1,10 +0,0 @@ ---- gcc/system.h.orig 2014-01-02 22:23:26 UTC -+++ gcc/system.h -@@ -203,6 +203,7 @@ extern int errno; - - #ifdef __cplusplus - # include <cstring> -+# include <new> - #endif - - /* Some of glibc's string inlines cause warnings. Plus we'd rather |