aboutsummaryrefslogtreecommitdiff
path: root/lang/icc/files/patch-include::c++::cstdlib
diff options
context:
space:
mode:
Diffstat (limited to 'lang/icc/files/patch-include::c++::cstdlib')
-rw-r--r--lang/icc/files/patch-include::c++::cstdlib11
1 files changed, 11 insertions, 0 deletions
diff --git a/lang/icc/files/patch-include::c++::cstdlib b/lang/icc/files/patch-include::c++::cstdlib
new file mode 100644
index 000000000000..f8157fbcc2cf
--- /dev/null
+++ b/lang/icc/files/patch-include::c++::cstdlib
@@ -0,0 +1,11 @@
+--- include/c++/cstdlib.orig Sat Dec 13 19:29:45 2003
++++ include/c++/cstdlib Sat Dec 13 19:32:21 2003
+@@ -12,7 +12,7 @@
+ #else /* _STD_USING */
+ #include <stdlib.h>
+
+- #if defined(__GLIBC__)
++ #if defined(__GLIBC__) || defined(__FreeBSD__)
+ _STD_BEGIN
+ /* long OVERLOADS */
+ inline long (abs)(long _Left)