fs/io/FileOutputStream: change #if to #ifdef
This commit is contained in:
parent
1cf43a9dc9
commit
a88d18148c
@ -151,7 +151,7 @@ FileOutputStream::Commit()
|
|||||||
{
|
{
|
||||||
assert(IsDefined());
|
assert(IsDefined());
|
||||||
|
|
||||||
#if HAVE_LINKAT
|
#ifdef HAVE_LINKAT
|
||||||
if (is_tmpfile) {
|
if (is_tmpfile) {
|
||||||
unlink(GetPath().c_str());
|
unlink(GetPath().c_str());
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user