Files
mercury/runtime
Peter Wang 67512fdb43 Handle ENOTEMPTY == EEXIST in MR_errno_name().
On AIX, both ENOTEMPTY and EEXIST are defined to the same value,
which caused the code generated for MR_errno_name() to fail to compile.

tools/generate_errno_name:
    Handle the case that ENOTEMPTY == EEXIST in the generated function.

    Likewise for other errno name aliases.

runtime/mercury_errno_name.c:
    Regenerate this file.
2025-04-30 11:20:21 +10:00
..
2023-06-26 20:05:24 +10:00
2024-01-26 15:52:35 +11:00
2023-11-06 16:15:34 +11:00
2024-10-14 00:04:09 +11:00
2023-12-03 00:19:48 +11:00
2024-04-02 12:44:41 +11:00