mailing list of musl libc
 help / color / mirror / code / Atom feed
ee9c86871d12701069a9be60dddde0aa1a3d29a9 blob 142 bytes (raw)

1
2
3
4
5
6
7
8
 
#include <spawn.h>

int posix_spawn_file_actions_init(posix_spawn_file_actions_t *fa)
{
	fa->__pad0[0] = 0;
	fa->__actions = fa;
	return 0;
}
debug log:

solving ee9c8687 ...
found ee9c8687 in https://inbox.vuxu.org/musl/Yf152c5ZpA+TY4X+@wirbelwind.zhasha.com/
found 89d5e127 in https://git.vuxu.org/mirror/musl/
preparing index
index prepared:
100644 89d5e1278908d4026292c31be6b0a6d958b41f47	src/process/posix_spawn_file_actions_init.c

applying [1/1] https://inbox.vuxu.org/musl/Yf152c5ZpA+TY4X+@wirbelwind.zhasha.com/
diff --git a/src/process/posix_spawn_file_actions_init.c b/src/process/posix_spawn_file_actions_init.c
index 89d5e127..ee9c8687 100644

Checking patch src/process/posix_spawn_file_actions_init.c...
Applied patch src/process/posix_spawn_file_actions_init.c cleanly.

index at:
100644 ee9c86871d12701069a9be60dddde0aa1a3d29a9	src/process/posix_spawn_file_actions_init.c

Code repositories for project(s) associated with this public inbox

	https://git.vuxu.org/mirror/musl/

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).