aboutsummaryrefslogtreecommitdiff
path: root/lang/icc/files/patch-include::c++::cstdlib
blob: f8157fbcc2cf836261b70e682ec55eab61ffef40 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
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)