Skip to content

Commit

Permalink
Fix #17214 - Add O_NOFOLLOW for Mac OS
Browse files Browse the repository at this point in the history
  • Loading branch information
thewilsonator authored and dlang-bot committed Dec 9, 2024
1 parent 6a7bd45 commit 58a0ef7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions druntime/src/core/sys/posix/fcntl.d
Original file line number Diff line number Diff line change
Expand Up @@ -475,6 +475,7 @@ else version (Darwin)
enum F_UNLCK = 2;
enum F_WRLCK = 3;

enum O_NOFOLLOW = 0x0100;
enum O_CREAT = 0x0200;
enum O_EXCL = 0x0800;
enum O_NOCTTY = 0;
Expand Down

0 comments on commit 58a0ef7

Please sign in to comment.