From 7c4a08381e458a7efe470185336c3f9c02276d45 Mon Sep 17 00:00:00 2001 From: Zeev Suraski Date: Mon, 26 Apr 1999 14:10:42 +0000 Subject: Various thread safety fixes and DLL updates --- Zend/zend_sprintf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Zend/zend_sprintf.c') diff --git a/Zend/zend_sprintf.c b/Zend/zend_sprintf.c index bebfd2ae8f..8f382c9204 100644 --- a/Zend/zend_sprintf.c +++ b/Zend/zend_sprintf.c @@ -22,6 +22,7 @@ #include #endif +#if BROKEN_SPRINTF int zend_sprintf(char *buffer, const char *format, ...) { va_list args; @@ -32,3 +33,4 @@ int zend_sprintf(char *buffer, const char *format, ...) return strlen(buffer); } +#endif \ No newline at end of file -- cgit v1.2.1