Re: Regression in spawni.c on native Windows

2020-12-23 Thread Bruno Haible
Hi, Adrian Ebeling wrote: > 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, c

Regression in spawni.c on native Windows

2020-12-21 Thread Adrian Ebeling
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[],