diff options
author | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-10-24 23:39:38 +0000 |
---|---|---|
committer | Hans-Peter Nilsson <hp@gcc.gnu.org> | 2002-10-24 23:39:38 +0000 |
commit | 9db4d34be22062221f57acba241d50b69b70a897 (patch) | |
tree | e3f2b49a596e8eaa4124d3fed879295b71419cfb /libstdc++-v3 | |
parent | 85c87994928549876ebf2239f560fe2b6eeafae9 (diff) | |
download | gcc-9db4d34be22062221f57acba241d50b69b70a897.zip gcc-9db4d34be22062221f57acba241d50b69b70a897.tar.gz gcc-9db4d34be22062221f57acba241d50b69b70a897.tar.bz2 |
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
Diffstat (limited to 'libstdc++-v3')
-rw-r--r-- | libstdc++-v3/ChangeLog | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/libstdc++-v3/ChangeLog b/libstdc++-v3/ChangeLog index 13ffd4e..bf9f8ac 100644 --- a/libstdc++-v3/ChangeLog +++ b/libstdc++-v3/ChangeLog @@ -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. |