aboutsummaryrefslogtreecommitdiffstats
path: root/testing/9base/s390x.patch
blob: 49a24eed7dccba91669d4729d101d341d98db534 (plain)
1
2
3
4
5
6
7
8
9
10
--- /dev/null
+++ 9base-6/lib9/getcallerpc-s390x.c
@@ -0,0 +1,7 @@
+#include <lib9.h>
+
+ulong
+getcallerpc(void *x)
+{
+	__builtin_return_address(0);
+}