summaryrefslogtreecommitdiffstats
path: root/meta-oe/recipes-dbs/mysql/mariadb/sys_futex.patch
Commit message (Collapse)AuthorAgeFilesLines
* mariadb: Fix build on newer 32bit architecturesKhem Raj2021-04-061-0/+22
newer 32bit arches e.g. RV32 and ARC do not have __NR_io_getevents syscall and have started of with 64bit time_t so there is no 32bit version Signed-off-by: Khem Raj <raj.khem@gmail.com>