commit-hurd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[SCM] MIG tag, v1.8+git20221111, created. v1.8-23-g3902cb2


From: Samuel Thibault
Subject: [SCM] MIG tag, v1.8+git20221111, created. v1.8-23-g3902cb2
Date: Wed, 21 Dec 2022 06:50:36 -0500 (EST)

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "MIG".

The tag, v1.8+git20221111 has been created
        at  3902cb2fcae6e2028252b5d2016bf0e99ed74980 (commit)

- Log -----------------------------------------------------------------
commit 3902cb2fcae6e2028252b5d2016bf0e99ed74980
Author: Flavio Cruz <flaviocruz@gmail.com>
Date:   Fri Nov 4 01:29:37 2022 -0400

    Add support to define structures in mig.
    
    Basic syntax is presented below and allows users to define
    nested structured types by using simpler or structure types as
    members. Mig will use the C padding and alignment rules to produce
    the same size as the corresponding C structures.
    
    type timespec_t = struct {
      uint32_t tv_sec;
      uint32_t tv_nsec;
    };
    
    This allows us to build stubs that are more easily adaptable to other
    architectures.
    Message-Id: <Y2SjQSMOINY8I5Dy@viriathus>
-----------------------------------------------------------------------


hooks/post-receive
-- 
MIG



reply via email to

[Prev in Thread] Current Thread [Next in Thread]