Re: [PATCH] Add _Static_assert when compiling server and user stubs.

2022-01-20 Thread Samuel Thibault
Flavio Cruz, le mer. 19 janv. 2022 22:59:13 -0800, a ecrit: > This is only done when data is inlined with a concrete size. It > ensures the C and Mig types have the same size in the target arch. > > Tested by building the hurd package. No assertions were triggered. Applied, thanks! > --- > serv

[PATCH] Add _Static_assert when compiling server and user stubs.

2022-01-19 Thread Flavio Cruz
This is only done when data is inlined with a concrete size. It ensures the C and Mig types have the same size in the target arch. Tested by building the hurd package. No assertions were triggered. --- server.c | 4 ++-- tests/good/case.defs | 6 -- tests/includes/types.h |