| author | |
| committer | |
| log | 4025af9c05f7392acb96b6085c541c6887e8b8fe |
| tree | 8dfc76aafdabe1d66168327d1313c9ca79a65675 |
| parent | 6aa31cedb7b5461c06d43b813d70ab6c21375cce |
1 files changed, 1 insertions(+), 1 deletions(-)
lib/std/Io/Threaded.zig+1-1| ... | ... | @@ -5153,7 +5153,7 @@ fn posixFchmodat( |
| 5153 | 5153 | if (have_fchmodat_flags or flags == 0) { |
| 5154 | 5154 | try current_thread.beginSyscall(); |
| 5155 | 5155 | while (true) { |
| 5156 | const rc = if (have_fchmodat_flags) | |
| 5156 | const rc = if (have_fchmodat_flags or builtin.link_libc) | |
| 5157 | 5157 | posix.system.fchmodat(dir_fd, path, mode, flags) |
| 5158 | 5158 | else |
| 5159 | 5159 | posix.system.fchmodat(dir_fd, path, mode); |