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
diff options
context:
space:
mode:
Diffstat
-rw-r--r--src/process/posix_spawnattr_destroy.c 6
-rw-r--r--src/process/posix_spawnattr_init.c 7
2 files changed, 13 insertions, 0 deletions
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 <spawn.h>
+
+int posix_spawnattr_destroy(posix_spawnattr_t *attr)
+{
+ return 0;
+}
diff --git a/src/process/posix_spawnattr_init.c b/src/process/posix_spawnattr_init.c
new file mode 100644
index 00000000..0dcd868f
--- /dev/null
+++ b/src/process/posix_spawnattr_init.c
@@ -0,0 +1,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月25日 17:46:51 +0000

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