posix_spawnattr_init.c\process\src - musl - musl - an implementation of the standard library for Linux-based systems

index : musl
musl - an implementation of the standard library for Linux-based systems
summary refs log tree commit diff
path: root/src/process/posix_spawnattr_init.c
blob: 0dcd868f3c61450a84f94e86fa3261e4c5230469 (plain) (blame)
1
2
3
4
5
6
7
#include <spawn.h>
int posix_spawnattr_init(posix_spawnattr_t *attr)
{
	*attr = (posix_spawnattr_t){ 0 };
	return 0;
}
generated by cgit v1.2.1 (git 2.18.0) at 2025年09月06日 02:28:05 +0000

AltStyle によって変換されたページ (->オリジナル) /