[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/LIBEIGEN PATCH 1/5] lib/nolibc: Enable pid_t type
Thanks, Vlad! Reviewed-by: Costin Lupu <costin.lupu@xxxxxxxxx> On 5/29/19 2:18 PM, Vlad-Andrei BĂDOIU (78692) wrote: > The pid_t type is needed by pwd.h which is added in the next patch. This patch > enables it via a define. > > Signed-off-by: Vlad-Andrei Badoiu <vlad_andrei.badoiu@xxxxxxxxxxxxxxx> > --- > lib/nolibc/include/sys/types.h | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/lib/nolibc/include/sys/types.h b/lib/nolibc/include/sys/types.h > index 20a3c97d..c08d4d77 100644 > --- a/lib/nolibc/include/sys/types.h > +++ b/lib/nolibc/include/sys/types.h > @@ -52,6 +52,7 @@ extern "C" { > #define __NEED_mode_t > #define __NEED_uid_t > #define __NEED_gid_t > +#define __NEED_pid_t > #define __NEED_dev_t > #define __NEED_ino_t > #define __NEED_nlink_t > _______________________________________________ Minios-devel mailing list Minios-devel@xxxxxxxxxxxxxxxxxxxx https://lists.xenproject.org/mailman/listinfo/minios-devel
|
Lists.xenproject.org is hosted with RackSpace, monitoring our |