libxshmfence: Changes to 'master'

GitLab Mirror gitlab-mirror at kemper.freedesktop.org
Wed Apr 10 21:50:41 UTC 2024


 src/xshmfence_futex.h |    4 ++++
 1 file changed, 4 insertions(+)

New commits:
commit 4fca45a71f08a5bebd12d39c85f49e0b0e4426bf
Author: Thomas Devoogdt <thomas at devoogdt.com>
Date:   Fri Apr 5 10:45:15 2024 +0200

    src/xshmfence_futex.h: fix build on 32-bit architectures using 64-bit time_t
    
    Fix the following build failure on 32-bit architectures using 64-bit
    time_t (e.g. riscv32):
    
    xshmfence_futex.h: In function 'sys_futex':
    xshmfence_futex.h:58:24: error: 'SYS_futex' undeclared (first use in this function); did you mean 'sys_futex'?
       58 |         return syscall(SYS_futex, addr1, op, val1, timeout, addr2, val3);
          |                        ^~~~~~~~~
          |                        sys_futex
    
    Similar to:
    https://gitlab.freedesktop.org/mesa/mesa/-/commit/7d87478124061915582412ba410759afe863d679
    
    Fixes:
    https://gitlab.com/buildroot.org/buildroot/-/commit/e39ad96136a8c340b3aea6b036024e28f14584f3
    
    Signed-off-by: Thomas Devoogdt <thomas at devoogdt.com>
    Part-of: <https://gitlab.freedesktop.org/xorg/lib/libxshmfence/-/merge_requests/8>



More information about the xorg-commit mailing list