From: Hans-Peter Nilsson Date: Thu, 24 Oct 2002 23:39:38 +0000 (+0000) Subject: re PR other/3337 (build on linux-gnulibc1 fails: no sys/ucontext.h) X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=9db4d34be22062221f57acba241d50b69b70a897;p=gcc.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.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 --- 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.