This is the mail archive of the libstdc++@gcc.gnu.org mailing list for the libstdc++ project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: PATCH (libstdc++-v3): Port testsuite/testsuite_performance.h


On Tue, 24 Jun 2003, Loren James Rittle wrote:
> Index: libstdc++-v3/testsuite/testsuite_performance.h
> ===================================================================
> RCS file: /cvs/gcc/gcc/libstdc++-v3/testsuite/testsuite_performance.h,v
> retrieving revision 1.2
> diff -c -r1.2 testsuite_performance.h
> *** libstdc++-v3/testsuite/testsuite_performance.h	20 Jun 2003 15:26:23 -0000	1.2
> --- libstdc++-v3/testsuite/testsuite_performance.h	24 Jun 2003 06:35:55 -0000
> ***************
> *** 33,39 ****
> --- 33,43 ----
>
>   #include <sys/times.h>
>   #include <sys/resource.h>
> + #ifdef __FreeBSD__
> + #include <stdlib.h>
> + #else
>   #include <malloc.h>
> + #endif

I have been told some modern GNU/Linux distributions finally got rid of
that silly <malloc.h> (which was non-standard and warned about by Borland
C++ already more than 10 years ago) as well, so wouldn't an autoconf test
be better?

Gerald
-- 
Gerald "Jerry"   pfeifer@dbai.tuwien.ac.at   http://www.pfeifer.com/gerald/


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]