Hi Maxime, Maxime Devos <maximede...@telenet.be> skribis:
> From d769a75962c64804f354a0133494491626b8b2dc Mon Sep 17 00:00:00 2001 > From: Maxime Devos <maximede...@telenet.be> > Date: Tue, 2 Mar 2021 18:03:22 +0100 > Subject: [PATCH] Define `O_NOFOLLOW' and various other flags when supported. > MIME-Version: 1.0 > Content-Type: text/plain; charset=UTF-8 > Content-Transfer-Encoding: 8bit > > * libguile/filesys.c (scm_init_filesys): Define ‘O_IGNORE_CTTY’, > ‘O_NOLINK’, ‘O_NOFOLLOW’, ‘O_PATH’, ‘O_TMPFILE’, ‘O_SHLOCK’, > ‘O_EXLOCK’, ‘O_ASYNC’, ‘O_NOATIME’, ‘O_DIRECTORY’, ‘O_CLOEXEC’ > and ‘O_DIRECT’ when available. > --- > libguile/filesys.c | 36 ++++++++++++++++++++++++++++++++++++ > 1 file changed, 36 insertions(+) The patch LGTM. I’ll apply it later today if there are no objections. Thanks! Ludo’.