From 0f1ef81462f3533c52a0b030b4bfe87f7f200dcc Mon Sep 17 00:00:00 2001 From: Rich Felker Date: Tue, 13 Sep 2011 14:45:59 -0400 Subject: add missing posix_spawnattr_init/destroy functions --- src/process/posix_spawnattr_destroy.c | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 src/process/posix_spawnattr_destroy.c (limited to 'src/process/posix_spawnattr_destroy.c') diff --git a/src/process/posix_spawnattr_destroy.c b/src/process/posix_spawnattr_destroy.c new file mode 100644 index 00000000..fc714a1b --- /dev/null +++ b/src/process/posix_spawnattr_destroy.c @@ -0,0 +1,6 @@ +#include + +int posix_spawnattr_destroy(posix_spawnattr_t *attr) +{ + return 0; +} -- cgit v1.2.1