mirror of
https://github.com/MariaDB/server.git
synced 2026-05-06 15:15:34 +02:00
Merge from 5.1.
This commit is contained in:
commit
c64afe8d94
1 changed files with 1 additions and 2 deletions
|
|
@ -249,8 +249,7 @@ extern ulonglong strtoull(const char *str, char **ptr, int base);
|
|||
|
||||
extern size_t my_vsnprintf(char *str, size_t n,
|
||||
const char *format, va_list ap);
|
||||
extern size_t my_snprintf(char *to, size_t n, const char *fmt, ...)
|
||||
ATTRIBUTE_FORMAT(printf, 3, 4);
|
||||
extern size_t my_snprintf(char *to, size_t n, const char *fmt, ...);
|
||||
|
||||
#if defined(__cplusplus)
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue