]> git.ipfire.org Git - thirdparty/glibc.git/commit
Make __mach_msg_destroy portable for x86_64
authorFlavio Cruz <flaviocruz@gmail.com>
Sun, 30 Apr 2023 03:02:20 +0000 (23:02 -0400)
committerSamuel Thibault <samuel.thibault@ens-lyon.org>
Sun, 30 Apr 2023 22:54:11 +0000 (00:54 +0200)
commit6b25b6ca4e30a114c5af4086ed04e2f2de7077e5
treef6839a5278ab78891126de7bf045d8dceb05245a
parent6639cc10029e24e06b34e169712b21c31b8cf213
Make __mach_msg_destroy portable for x86_64

We need to align on uintptr_t to make this work for x86_64,
otherwise things will go wrong when RPCs return errors.
Message-Id: <ZE3aPH7uCEDti47H@jupiter.tail36e24.ts.net>
mach/msg-destroy.c