diff options
Diffstat (limited to 'lang/gcc295/files/patch-as')
-rw-r--r-- | lang/gcc295/files/patch-as | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lang/gcc295/files/patch-as b/lang/gcc295/files/patch-as new file mode 100644 index 000000000000..2b75b67e0b6b --- /dev/null +++ b/lang/gcc295/files/patch-as @@ -0,0 +1,10 @@ +--- libio/gen-params.orig Sun Dec 22 20:02:50 2002 ++++ libio/gen-params Sun Dec 22 20:04:15 2002 +@@ -411,7 +411,6 @@ + #define __PTRDIFF_TYPE__ ${ptrdiff_t-long int /* default */} + #endif + typedef __PTRDIFF_TYPE__ ${macro_prefix}ptrdiff_t; +-typedef ${sigset_t-int /* default */} ${macro_prefix}sigset_t; + #ifndef __SIZE_TYPE__ + #define __SIZE_TYPE__ ${size_t-unsigned long /* default */} + #endif |