mirror of
https://github.com/gentoo-mirror/gentoo.git
synced 2026-08-02 11:38:07 -07:00
One for GCC 17, one for Clang, and one for arm64. Closes: https://bugs.gentoo.org/977376 Closes: https://bugs.gentoo.org/977377 Closes: https://bugs.gentoo.org/977454 Signed-off-by: Sam James <sam@gentoo.org>
12 lines
231 B
Diff
12 lines
231 B
Diff
https://bugs.gentoo.org/977377
|
|
--- a/deps/v8/src/base/memcopy.h
|
|
+++ b/deps/v8/src/base/memcopy.h
|
|
@@ -5,6 +5,7 @@
|
|
#ifndef V8_BASE_MEMCOPY_H_
|
|
#define V8_BASE_MEMCOPY_H_
|
|
|
|
+#include <climits>
|
|
#include <stdlib.h>
|
|
|
|
#include <atomic>
|