From 9db4d34be22062221f57acba241d50b69b70a897 Mon Sep 17 00:00:00 2001 From: Hans-Peter Nilsson Date: Thu, 24 Oct 2002 23:39:38 +0000 Subject: [PATCH] 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.cc (__set_testsuite_memlimit): Use __typeof__ (r.rlim_cur), not rlim_t in declaration of limit. (Forgot to add PR markers. Doh!) From-SVN: r58515 --- libstdc++-v3/ChangeLog | 3 +++ 1 file changed, 3 insertions(+) diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 13ffd4eeff9..bf9f8acfc54 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -1,5 +1,8 @@ 2002-10-24 Hans-Peter Nilsson + PR other/3337 + PR bootstrap/6763 + PR bootstrap/8122 * testsuite/testsuite_hooks.cc (__set_testsuite_memlimit): Use __typeof__ (r.rlim_cur), not rlim_t in declaration of limit. -- 2.30.2