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
This commit is contained in:
Hans-Peter Nilsson 2002-10-24 23:39:38 +00:00
parent 85c8799492
commit 9db4d34be2
1 changed files with 3 additions and 0 deletions

View 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.