Bug #83911 Get ptrdiff_t and intptr_t from system headers.
Submitted: 21 Nov 2016 13:43 Modified: 22 Nov 2016 16:36
Reporter: Tor Didriksen Email Updates:
Status: Closed Impact on me:
None 
Category:MySQL Server: Compiling Severity:S3 (Non-critical)
Version:8.0.1 OS:Any
Assigned to: CPU Architecture:Any

[21 Nov 2016 13:43] Tor Didriksen
Description:
In my_inttypes.h, get my_ptrdiff_t and intptr from system headers
rather than ifdef/sizeof macros.

How to repeat:
Read the code.

Suggested fix:
 #include <sys/types.h>
 #include <stdint.h>
[22 Nov 2016 16:36] Paul DuBois
Posted by developer:
 
Fixed in 8.0.1.

Code cleanup. No changelog entry needed.