]> granicus.if.org Git - graphviz/commit
treat 'X_OK' as an alias of 'R_OK' in the Windows unistd.h shim
authorMatthew Fernandez <matthew.fernandez@gmail.com>
Sat, 16 Apr 2022 22:05:30 +0000 (15:05 -0700)
committerMatthew Fernandez <matthew.fernandez@gmail.com>
Sun, 24 Apr 2022 15:52:41 +0000 (08:52 -0700)
commit9f57d5bd1edca422866aab160c1f8def1a332a0b
tree223494be0f6c50dda8153713dfb26260eee7f75a
parent165e3a82a55864b00e33b05def635658ab0fa32b
treat 'X_OK' as an alias of 'R_OK' in the Windows unistd.h shim

This is not technically correct (Windows does not have `X_OK` at all), but this
is an accurate approximation for the ways in which Graphviz uses `X_OK`. This is
another step towards replacing lib/ast/compat_unistd.h.

Gitlab: #2204
windows/include/unistd/unistd.h