Commit a88d1814 authored by Max Kellermann's avatar Max Kellermann

fs/io/FileOutputStream: change #if to #ifdef

parent 1cf43a9d
......@@ -151,7 +151,7 @@ FileOutputStream::Commit()
{
assert(IsDefined());
#if HAVE_LINKAT
#ifdef HAVE_LINKAT
if (is_tmpfile) {
unlink(GetPath().c_str());
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment