mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-08-27 09:21:41 +02:00
14 lines
472 B
Diff
14 lines
472 B
Diff
diff --git a/lib/pr_fnmatch.c b/lib/pr_fnmatch.c
|
|
index 9e398e7..102591a 100644
|
|
--- a/lib/pr_fnmatch.c
|
|
+++ b/lib/pr_fnmatch.c
|
|
@@ -233,7 +233,7 @@ __wcschrnul (const wchar_t *s, wint_t c)
|
|
# endif
|
|
# define STRLEN(S) strlen (S)
|
|
# define STRCAT(D, S) strcat (D, S)
|
|
-# define MEMPCPY(D, S, N) __mempcpy (D, S, N)
|
|
+# define MEMPCPY(D, S, N) mempcpy (D, S, N)
|
|
# define MEMCHR(S, C, N) memchr (S, C, N)
|
|
# define STRCOLL(S1, S2) strcoll (S1, S2)
|
|
# include "pr_fnmatch_loop.c"
|