X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=shared%2Fprocess-util.h;h=aa35c7768b3ea0e510e2a6328cd3ffc54c92c160;hb=6366348eccec778f02061070d1334ea897d4f514;hp=05543f6f67b9d954bd50df30204c670c65e3912a;hpb=edb6d397a4c6e66aff8227bdd0f7f42ff07203f9;p=src%2Fagl-compositor.git 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