]> git.ipfire.org Git - thirdparty/ccache.git/commit
Extract temporary file creation code into a function
authorJoel Rosdahl <joel@rosdahl.net>
Mon, 23 Sep 2019 20:36:37 +0000 (22:36 +0200)
committerJoel Rosdahl <joel@rosdahl.net>
Sat, 5 Oct 2019 21:16:31 +0000 (23:16 +0200)
commitdba7713cb17e3ed556133f83e3a219e503335883
treeb6afc5392ccd0ac0cab49d598e8b8612c8d50b54
parentd5eb883a628119c8436750f312099d4ee046de10
Extract temporary file creation code into a function

Also, use cstdio instead of iostream since that will be needed in
upcoming commits to get hold on the underlying file descriptor.
src/AtomicFile.cpp
src/AtomicFile.hpp
src/util.cpp
src/util.hpp