summaryrefslogtreecommitdiffstats
path: root/net/proftpd/patches/002-mempcpy_def.patch
blob: d5aa346d94d3681bee53def018d6f425d2d2916b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
--- a/include/options.h
+++ b/include/options.h
@@ -238,3 +238,9 @@
 #endif
 
 #endif /* PR_OPTIONS_H */
+
+#ifndef _LIBC
+#ifndef __mempcpy
+#define __mempcpy mempcpy
+#endif
+#endif