summaryrefslogtreecommitdiff
path: root/cvsps/memfrob_is_glibc.patch
diff options
context:
space:
mode:
Diffstat (limited to 'cvsps/memfrob_is_glibc.patch')
-rw-r--r--cvsps/memfrob_is_glibc.patch12
1 files changed, 12 insertions, 0 deletions
diff --git a/cvsps/memfrob_is_glibc.patch b/cvsps/memfrob_is_glibc.patch
new file mode 100644
index 0000000..2b7484e
--- /dev/null
+++ b/cvsps/memfrob_is_glibc.patch
@@ -0,0 +1,12 @@
+diff -Naur a/cbtcommon/text_util.c b/cbtcommon/text_util.c
+--- a/cbtcommon/text_util.c 2024-12-12 20:29:31.441879464 -0500
++++ b/cbtcommon/text_util.c 2024-12-12 20:31:38.750121556 -0500
+@@ -236,7 +236,7 @@
+ }
+ }
+
+-#ifdef linux
++#ifdef __GLIBC__
+ extern void *memfrob(void *, size_t);
+ #else
+ static void * memfrob(void * mem, size_t len)