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

This commit is contained in:
Max Kellermann 2016-08-16 07:49:30 +02:00
parent 1cf43a9dc9
commit a88d18148c

View File

@ -151,7 +151,7 @@ FileOutputStream::Commit()
{
assert(IsDefined());
#if HAVE_LINKAT
#ifdef HAVE_LINKAT
if (is_tmpfile) {
unlink(GetPath().c_str());