Age | Commit message (Collapse) | Author | Lines | |
---|---|---|---|---|
2024-12-23 | mq: add x32-specific implementations to work around mismatched kernel ABI | Rich Felker | -0/+14 | |
the kernel mq_attr structure has 8 64-bit longs instead of 8 32-bit longs. it's not clear that this is the nicest way to implement the fix, but the concept (translation) is right, and the details can be changed later if desired. |