Hi,
in commit 29d55bf8 (Mon Dec 14 2020), const qualifiers were added in
spawn_int.h:
extern int __spawni (pid_t *pid, const char *path,
const posix_spawn_file_actions_t *file_actions,
const posix_spawnattr_t *attrp, const char *const
argv[],
Bruno Haible wrote:
Oh, I see. So, you mean native Windows.
Fixed:
Wonderful, thank you.
On 18.12.20 17:48, Bruno Haible wrote:
lib/backupfile.c contains a feature check for pathconf()
(HAVE_PATHCONF), but later on fpathconf() is used without a check.
Therefore, the file can't be compiled on systems that don't have pathconf.
On which system is this? In our experience, the systems
Hi,
lib/backupfile.c contains a feature check for pathconf()
(HAVE_PATHCONF), but later on fpathconf() is used without a check.
Therefore, the file can't be compiled on systems that don't have pathconf.
Please add a check for fpathconf(), similar to the pathconf() check in
lines 44-46.
Regards,