Commit 74b027ea authored by Calvin Buckley's avatar Calvin Buckley Committed by Kyle Kloberdanz
Browse files

AIX has a glibc-compatible strerror_r w/ diff name

The AIX strerror_r doesn't have the same semantics as glibc's (diff type
signature), but it does provide one under a different name. This name is
used if you use -D_LINUX_SOURCE_COMPAT, but it's a big hammer. We can
just use it directly.
parent a22bb066
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment