Skip to content

Commit

Permalink
Merge pull request #495 from HDFGroup/hyoklee-issue-492
Browse files Browse the repository at this point in the history
fix: define O_TMPFILE (#492)
  • Loading branch information
lukemartinlogan authored Mar 2, 2023
2 parents 6f0adfc + b341078 commit 41fe770
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions adapter/filesystem/filesystem.h
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@
#ifndef HERMES_ADAPTER_FILESYSTEM_FILESYSTEM_H_
#define HERMES_ADAPTER_FILESYSTEM_FILESYSTEM_H_

#ifndef O_TMPFILE
#define O_TMPFILE 0x0
#endif

#include <bucket.h>
#include <buffer_pool.h>
#include <ftw.h>
Expand Down

0 comments on commit 41fe770

Please sign in to comment.