summaryrefslogtreecommitdiffstats
path: root/shared/process-util.h
diff options
context:
space:
mode:
Diffstat (limited to 'shared/process-util.h')
-rw-r--r--shared/process-util.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/shared/process-util.h b/shared/process-util.h
index 05543f6..aa35c77 100644
--- a/shared/process-util.h
+++ b/shared/process-util.h
@@ -59,6 +59,7 @@ fdstr_clear_cloexec_fd1(struct fdstr *s);
void
fdstr_close_all(struct fdstr *s);
+#define FDSTR_INIT ((struct fdstr){ { 0 }, { -1, -1 }})
/**
* A container for environment variables and/or process arguments, designed to