mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
Fix #47535 Compilation failure in ps_fetch_from_1_to_8_bytes()
This commit is contained in:
parent
f0c630b9ac
commit
16606a9cdf
1 changed files with 5 additions and 0 deletions
|
@ -199,6 +199,11 @@ typedef unsigned long long uint64_t;
|
||||||
#define MYSQLND_LLU_SPEC "%llu"
|
#define MYSQLND_LLU_SPEC "%llu"
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifdef _AIX
|
||||||
|
#define MYSQLND_LL_SPEC "%lli"
|
||||||
|
#define MYSQLND_LLU_SPEC "%llu"
|
||||||
|
#endif
|
||||||
|
|
||||||
#define MYSQLND_SZ_T_SPEC "%zd"
|
#define MYSQLND_SZ_T_SPEC "%zd"
|
||||||
#ifndef L64
|
#ifndef L64
|
||||||
#define L64(x) x##LL
|
#define L64(x) x##LL
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue