From: Hans-Peter Nilsson Date: Fri, 1 Nov 2002 04:59:13 +0000 (+0000) Subject: re PR other/3337 (build on linux-gnulibc1 fails: no sys/ucontext.h) X-Git-Tag: releases/gcc-3.2.1~78 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8fa4db28e817cc1bf9eba75af973977a80134e26;p=thirdparty%2Fgcc.git re PR other/3337 (build on linux-gnulibc1 fails: no sys/ucontext.h) PR other/3337 PR bootstrap/6763 PR bootstrap/8122 * testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Use __typeof__ (r.rlim_cur), not rlim_t in declaration of limit. From-SVN: r58702 --- diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index ebc7d63c4b3c..ec6a1f5fa4a7 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2002-11-01 Hans-Peter Nilsson + PR other/3337 + PR bootstrap/6763 + PR bootstrap/8122 * testsuite/testsuite_hooks.h (__set_testsuite_memlimit): Use __typeof__ (r.rlim_cur), not rlim_t in declaration of limit.