mirror of
https://review.haiku-os.org/haiku
synced 2025-02-24 06:28:44 +01:00
This patch fixes the build of unittests on x86_gcc2. src/tests/kits/shared/KeymapTest.cpp: * Don't use auto * Don't use braced-initialization for std::map. src/tests/system/kernel/vm/Jamfile: * Link lock.o from kernel source to include _mutex_lock and _mutex_unlock when linking libkernelvmtest.so Change-Id: I60e02bfb23334064ec25d767f659a188e393ed1c Reviewed-on: https://review.haiku-os.org/c/haiku/+/2074 Reviewed-by: Adrien Destugues <pulkomandy@gmail.com>