| ... | @@ -5153,7 +5153,7 @@ fn posixFchmodat( | ... | @@ -5153,7 +5153,7 @@ fn posixFchmodat( |
| 5153 | if (have_fchmodat_flags or flags == 0) { | 5153 | if (have_fchmodat_flags or flags == 0) { |
| 5154 | try current_thread.beginSyscall(); | 5154 | try current_thread.beginSyscall(); |
| 5155 | while (true) { | 5155 | while (true) { |
| 5156 | const rc = if (have_fchmodat_flags) | 5156 | const rc = if (have_fchmodat_flags or builtin.link_libc) |
| 5157 | posix.system.fchmodat(dir_fd, path, mode, flags) | 5157 | posix.system.fchmodat(dir_fd, path, mode, flags) |
| 5158 | else | 5158 | else |
| 5159 | posix.system.fchmodat(dir_fd, path, mode); | 5159 | posix.system.fchmodat(dir_fd, path, mode); |