Meg's Mirrors
zig
about
heads
tags
log
tree
search
Search
zig
lib
libc
musl
src
process
posix_spawnattr_destroy.c
pretty
plain
permalink
blame
history
•
6 lines
•
88 B
1
#include <spawn.h>
2
3
int posix_spawnattr_destroy(posix_spawnattr_t *attr)
4
{
5
	return 0;
6
}