Details
-
Bug
-
Status: Closed (View Workflow)
-
Major
-
Resolution: Fixed
-
10.5.14
-
None
-
GNU/Hurd and Debian kfreebsd-amd64
Description
The definition of uintptr_t under storage/perfschema/my_thread.h HAVE_INTEGER_PTHREAD_SELF requires a include on GNU/Hurd and kfreebsd-amd64 (and maybe others).
https://www.cplusplus.com/reference/cstdint/ indicates that cstdint is the header file in C++11. Existing 10.5 code uses this header already.