summaryrefslogtreecommitdiff
path: root/cvsps/memfrob_is_glibc.patch
blob: 2b7484ee2d8ca0534628fc05131b45f73ad90687 (plain)
1
2
3
4
5
6
7
8
9
10
11
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)