Files
mesa/src/util
Fabrice Fontaine 7d87478124 src/util/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):

../src/util/futex.h: In function 'sys_futex':
../src/util/futex.h:39:19: error: 'SYS_futex' undeclared (first use in this function); did you mean 'sys_futex'?
   39 |    return syscall(SYS_futex, addr1, op, val1, timeout, addr2, val3);
      |                   ^~~~~~~~~
      |                   sys_futex

Fixes:
 - http://autobuild.buildroot.org/results/692700a5f967760a0b8cd358b1712f1d5a7b681e

Signed-off-by: Fabrice Fontaine <fontaine.fabrice@gmail.com>
Part-of: <https://gitlab.freedesktop.org/mesa/mesa/-/merge_requests/12496>
2022-05-03 16:40:22 +00:00
..
2021-12-03 18:29:13 +00:00
2022-04-22 19:38:52 +00:00
2022-04-22 19:38:52 +00:00
2020-09-25 20:09:08 +00:00
2021-11-17 13:41:47 +00:00
2021-11-17 13:41:47 +00:00
2021-08-14 21:44:32 +00:00
2022-04-06 00:04:14 +00:00
2020-10-27 15:33:40 -07:00
2021-10-20 21:40:31 -07:00
2022-03-09 08:48:59 +00:00
2022-03-09 08:48:59 +00:00
2022-04-20 18:44:35 +00:00
2022-04-08 13:15:12 +00:00
2021-02-22 00:30:46 +00:00
2021-05-10 15:34:07 +00:00
2022-04-20 18:44:35 +00:00
2021-02-19 11:05:38 +00:00
2021-08-14 21:44:32 +00:00
2020-12-01 10:04:41 +01:00