libXt: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Fri Jun 25 02:08:10 UTC 2021


 include/X11/Xtos.h |    6 +++++-
 1 file changed, 5 insertions(+), 1 deletion(-)

New commits:
commit 4a1cacfb1a21b2583809451089d115fc8a23133e
Author: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>
Date:   Wed Jun 16 11:03:25 2021 +0100

    Define LONG64 if __SIZEOF_LONG__ indicates 64-bit long
    
    All modern compilers (GCC>=4.6, Clang>=3.0) define this macro, so we can
    use it to detect 64-bit longs without adding to the architecture list.
    
    This change is needed to successfully run xeyes on a FreeBSD CHERI-RISC-V
    QEMU VM via SSH forwarding.
    See also https://gitlab.freedesktop.org/xorg/proto/xorgproto/-/merge_requests/41
    
    Signed-off-by: Alex Richardson <Alexander.Richardson at cl.cam.ac.uk>



More information about the xorg-commit mailing list