OSDN Git Service

Fix compiling under diet libc
[android-x86/external-e2fsprogs.git] / intl / l10nflist.c
index 40b0249..3393ecb 100644 (file)
@@ -58,6 +58,7 @@
 # endif
 #else
 # ifndef HAVE_STPCPY
+#define stpcpy(dest, src) my_stpcpy(dest, src)
 static char *stpcpy (char *dest, const char *src);
 # endif
 #endif