posix_spawnp.c | 1 /* $NetBSD: posix_spawnp.c,v 1.5 2024/11/11 06:49:31 martin Exp $ */ 34 __RCSID("$NetBSD: posix_spawnp.c,v 1.5 2024/11/11 06:49:31 martin Exp $"); 49 int posix_spawnp(pid_t * __restrict pid, const char * __restrict file, function in typeref:typename:int 109 (void)write(STDERR_FILENO, "posix_spawnp: ", 14);
|