SIGN IN SIGN UP

bpo-32399: Starting with AIX6.1 there is support in libc.a for uuid (RFC4122) (#4974)

Starting with AIX6.1 there is support in libc.a for uuid (RFC4122)
This patch provides the changes needed for this integration with the OS.

On AIX the base function is uuid_create() rather than uuid_generate_time()
The AIX uuid_t typedef is more aligned to the UUID field based definition
while the Linux typedef that is more aligned with UUID bytes
(or perhaps UUID bytes_le) definitions.
M
Michael Felt committed
0d3ccb4395cccb11a50289c84c9a0dbbac03c647
Parent: 0c36bed
Committed by Antoine Pitrou <pitrou@free.fr> on 12/30/2017, 9:39:20 PM