mirror of
https://github.com/MariaDB/server.git
synced 2026-04-29 11:45:32 +02:00
Post-merge fixes part 1
This commit is contained in:
parent
72dd7575cd
commit
a285ce3e58
7 changed files with 12 additions and 29 deletions
|
|
@ -219,7 +219,7 @@ longlong my_strtoll10(const char *nptr, char **endptr, int *error);
|
|||
#endif
|
||||
#else
|
||||
#ifdef HAVE_LONG_LONG
|
||||
extern char *longlong2str(longlong val,char *dst,int radix, int upcase);
|
||||
extern char *longlong2str(longlong val,char *dst,int radix, int upcase);
|
||||
extern char *longlong10_to_str(longlong val,char *dst,int radix);
|
||||
#if (!defined(HAVE_STRTOULL) || defined(NO_STRTOLL_PROTO))
|
||||
extern longlong strtoll(const char *str, char **ptr, int base);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue