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.h (__set_testsuite_memlimit): Use
	__typeof__ (r.rlim_cur), not rlim_t in declaration of limit.

From-SVN: r58702
This commit is contained in:
Hans-Peter Nilsson 2002-11-01 04:59:13 +00:00
parent 66f58fa7d4
commit 8fa4db28e8
1 changed files with 3 additions and 0 deletions

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