mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-12-29 21:32:22 +01:00
12 lines
355 B
Diff
12 lines
355 B
Diff
--- userland-d4aa617de3b196399bb8e2ce32e181768cb52179.orig/host_applications/linux/libs/debug_sym/debug_sym.c
|
|
+++ userland-d4aa617de3b196399bb8e2ce32e181768cb52179/host_applications/linux/libs/debug_sym/debug_sym.c
|
|
@@ -67,6 +67,8 @@
|
|
# else
|
|
# define PAGE_SIZE 4096
|
|
# endif
|
|
+#endif
|
|
+#ifndef PAGE_MASK
|
|
#define PAGE_MASK (~(PAGE_SIZE - 1))
|
|
#endif
|
|
|