X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=shared%2Fprocess-util.h;fp=shared%2Fprocess-util.h;h=aa35c7768b3ea0e510e2a6328cd3ffc54c92c160;hb=18607e2245d1e9ccfdd19db894e4cfdb52def303;hp=05543f6f67b9d954bd50df30204c670c65e3912a;hpb=50f3305cfa8ef0713fbabdc9670e6856f7d8e69e;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