Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mono/mono.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'eglib/src/vasprintf.h')
-rw-r--r--eglib/src/vasprintf.h5
1 files changed, 2 insertions, 3 deletions
diff --git a/eglib/src/vasprintf.h b/eglib/src/vasprintf.h
index 3d294541a5b..74ea6ae790c 100644
--- a/eglib/src/vasprintf.h
+++ b/eglib/src/vasprintf.h
@@ -2,10 +2,9 @@
#define __VASPRINTF_H
#include <stdarg.h>
-#include <config.h>
-#ifndef HAVE_VASPRINTF
-int vasprintf(char **ret, const char *fmt, va_list ap);
+#if !defined (HAVE_VASPRINTF) || defined (G_OVERRIDABLE_ALLOCATORS)
+int g_vasprintf(char **ret, const char *fmt, va_list ap);
#endif
#endif /* __VASPRINTF_H */