Fix Linux fcntl OFD locks for non-LFS architectures (BZ#20251)

Samuel Thibault samuel.thibault@gnu.org
Thu Nov 15 01:29:00 GMT 2018


Samuel Thibault, le jeu. 15 nov. 2018 02:24:57 +0100, a ecrit:
> In login/utmp_file.c you have replaced calling __fcntl_nocancel by
> __fcntl64_nocancel, but shouldn't struct flock be replaced by struct
> flock64 too?

Ah, no, applications *have* to use F_SETLK64 to use struct flock64, is
that it?

Samuel



More information about the Libc-alpha mailing list