diff options
Diffstat (limited to 'sci-libs/caffe2/files/caffe2-2.2.2-musl.patch')
-rw-r--r-- | sci-libs/caffe2/files/caffe2-2.2.2-musl.patch | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/sci-libs/caffe2/files/caffe2-2.2.2-musl.patch b/sci-libs/caffe2/files/caffe2-2.2.2-musl.patch new file mode 100644 index 000000000000..f63e9f1df332 --- /dev/null +++ b/sci-libs/caffe2/files/caffe2-2.2.2-musl.patch @@ -0,0 +1,13 @@ +--- a/torch/csrc/profiler/unwind/unwind.cpp 2024-04-29 12:05:40.895667482 +0200 ++++ b/torch/csrc/profiler/unwind/unwind.cpp 2024-04-29 12:05:53.099524760 +0200 +@@ -112,8 +112,8 @@ + } + + struct Version { +- uint64_t adds_ = LONG_LONG_MAX; +- uint64_t subs_ = LONG_LONG_MAX; ++ uint64_t adds_ = LLONG_MAX; ++ uint64_t subs_ = LLONG_MAX; + }; + + struct UnwindCache { |