Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 37d156d9 authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "minor doc improvement for tombstone fd code" into main am: 1076e7f7 am: a1e77283

parents d423e1ce a1e77283
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -417,6 +417,7 @@ static bool rename_tombstone_fd(borrowed_fd fd, borrowed_fd dirfd, const std::st
    return false;
  }

  // This fd is created inside of dirfd in CrashQueue::create_temporary_file.
  std::string fd_path = StringPrintf("/proc/self/fd/%d", fd.get());
  rc = linkat(AT_FDCWD, fd_path.c_str(), dirfd.get(), path.c_str(), AT_SYMLINK_FOLLOW);
  if (rc != 0) {