re PR other/3337 (build on linux-gnulibc1 fails: no sys/ucontext.h)
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 24 Oct 2002 23:39:38 +0000 (23:39 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Thu, 24 Oct 2002 23:39:38 +0000 (23:39 +0000)
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

index 13ffd4e..bf9f8ac 100644 (file)
@@ -1,5 +1,8 @@
 2002-10-24  Hans-Peter Nilsson  <hp@bitrange.com>
 
+       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.