提交 0f1ef814 编写于 作者: R Rich Felker

add missing posix_spawnattr_init/destroy functions

上级 801b311a
#include <spawn.h>
int posix_spawnattr_destroy(posix_spawnattr_t *attr)
{
return 0;
}
#include <spawn.h>
int posix_spawnattr_init(posix_spawnattr_t *attr)
{
*attr = (posix_spawnattr_t){ 0 };
return 0;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册