hare

The Hare programming language
git clone https://git.torresjrjr.com/hare.git
Log | Files | Refs | README | LICENSE

commit b941cad582645e7153bac8fdc0b5f761ebffa239
parent bc081d3e717425f7097eb31f024939b4165cc203
Author: Drew DeVault <sir@cmpwn.com>
Date:   Wed, 24 Feb 2021 15:49:32 -0500

os::resolve: rename NONE to NORMAL

Diffstat:
Mos/+linux/dirfdfs.ha | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/os/+linux/dirfdfs.ha b/os/+linux/dirfdfs.ha @@ -10,7 +10,7 @@ use strings; // Note that on Linux, specifying BENEATH or IN_ROOT will also disable magic // symlinks. export type resolve = enum { - NONE, + NORMAL, // Does not allow symlink resolution to occur for any symlinks which // would refer to any anscestor of the fd directory. This disables all