Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Add _Static_assert when compiling server and user stubs. | Flavio Cruz | 2022-01-21 | 1 | -3/+6 |
| | | | | | | | | | 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. Message-Id: <YekIQaxvs+4FrHyw@viriathus> | ||||
* | Also add const qualifiers on server side | Samuel Thibault | 2022-01-16 | 1 | -0/+2 |
| | | | | | Although in practice the buffers can be modified since they are from the message, it leads to missing const where it would otherwise make sense. | ||||
* | Created new module from gnumach/mig at tag before-mig-move | Roland McGrath | 1998-07-18 | 1 | -0/+76 |