mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-12 16:06:42 +02:00
The port for s390x is as recommended on https://plan9port-review.googlesource.com/1030 Closes !299
10 lines
154 B
Diff
10 lines
154 B
Diff
--- /dev/null
|
|
+++ 9base-6/lib9/getcallerpc-s390x.c
|
|
@@ -0,0 +1,7 @@
|
|
+#include <lib9.h>
|
|
+
|
|
+ulong
|
|
+getcallerpc(void *x)
|
|
+{
|
|
+ __builtin_return_address(0);
|
|
+}
|