Joseph Myers, le mar. 23 sept. 2025 19:22:23 +0000, a ecrit: > On Mon, 22 Sep 2025, Samuel Thibault wrote: > > > Use vm_get_size_limit to initialize RLIMIT_AS > > > > * hurd/hurdrlimit.c(init_rlimit): use vm_get_size_limit to initialize > > RLIMIT_AS entry of the _hurd_rlimits array. > > I'm seeing a build failure in this file for i686-gnu (not x86_64-gnu) with > build-many-glibcs.py, "error: passing argument 2 of '__vm_get_size_limit' > from incompatible pointer type".
Ah, right, rlim_t may not be a size_t. I have fixed this, thanks for the notice! Samuel
