Commit a9e29bc5 authored by Adrian Reber's avatar Adrian Reber Committed by Pavel Emelyanov

Fix building unlink_fstat00 unlink test case

Signed-off-by: 's avatarAdrian Reber <areber@redhat.com>
Signed-off-by: 's avatarAndrei Vagin <avagin@virtuozzo.com>
parent b988fae5
...@@ -9,6 +9,14 @@ ...@@ -9,6 +9,14 @@
#include "zdtmtst.h" #include "zdtmtst.h"
#ifndef __O_TMPFILE
#define __O_TMPFILE 020000000
#endif
#ifndef O_TMPFILE
#define O_TMPFILE (__O_TMPFILE | O_DIRECTORY)
#endif
const char *test_doc = "Open, unlink, change size, seek, migrate, check size"; const char *test_doc = "Open, unlink, change size, seek, migrate, check size";
#ifdef UNLINK_FSTAT04 #ifdef UNLINK_FSTAT04
......
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