File 0944-os_mon-Fix-aarch64-word-size-calculation.patch of Package erlang

From 11d0fc7597619effe542ca65d8675ac2ad391839 Mon Sep 17 00:00:00 2001
From: Lukas Larsson <lukas@erlang.org>
Date: Wed, 17 Jun 2020 09:21:17 +0200
Subject: [PATCH 18/18] os_mon: Fix aarch64 word size calculation

---
 lib/os_mon/src/memsup.erl | 1 +
 1 file changed, 1 insertion(+)

diff --git a/lib/os_mon/src/memsup.erl b/lib/os_mon/src/memsup.erl
index b69d657aa7..bbf120e973 100644
--- a/lib/os_mon/src/memsup.erl
+++ b/lib/os_mon/src/memsup.erl
@@ -703,6 +703,7 @@ get_os_wordsize_with_uname() ->
 	"ppc64"   -> 64;
 	"ppc64le" -> 64;
 	"s390x"   -> 64;
+        "aarch64" -> 64;
 	_         -> 32
     end.
 
-- 
2.26.2

openSUSE Build Service is sponsored by