]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
re PR other/3337 (build on linux-gnulibc1 fails: no sys/ucontext.h)
authorHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 1 Nov 2002 04:59:13 +0000 (04:59 +0000)
committerHans-Peter Nilsson <hp@gcc.gnu.org>
Fri, 1 Nov 2002 04:59:13 +0000 (04:59 +0000)
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

libstdc++-v3/ChangeLog

index ebc7d63c4b3c66d994cd629d5a0ebfc8bc4b7562..ec6a1f5fa4a7f311e9d65fc0b8a6e65a89d7a623 100644 (file)
@@ -1,5 +1,8 @@
 2002-11-01  Hans-Peter Nilsson  <hp@bitrange.com>
 
+       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.