Joseph Myers, le mer. 30 oct. 2019 17:03:14 +0000, a ecrit: > On Wed, 30 Oct 2019, Samuel Thibault wrote: > > > From: Svante Signell <svante.sign...@gmail.com> > > > > * sysdeps/mach/hurd/fcntl.c: Add support for file-record-lock RPC > > fixing posix file locking using the flock64 version of struct > > flock. > > I'm now seeing build failures with build-many-glibcs.py for i686-gnu. Is > this some issue with needing ultra-new versions of mig/gnumach/hurd which > are only updated in the "compilers" step not the "glibcs" step?
> ../sysdeps/mach/hurd/fcntl.c:158:29: error: implicit declaration of function > '__file_record_lock' [-Werror=implicit-function-declaration] Yes, I have added it just before. Samuel