Skip to content

Commit

Permalink
fix macos build
Browse files Browse the repository at this point in the history
Summary: Fixes a pyre error that was introduced recently

Reviewed By: jdelliot

Differential Revision: D65451197

fbshipit-source-id: 0c906787f40c59f9fedade2593ddbedbf5871a93
  • Loading branch information
MichaelCuevas authored and facebook-github-bot committed Nov 5, 2024
1 parent 35834b8 commit 4da33b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions eden/fs/cli/util.py
Original file line number Diff line number Diff line change
Expand Up @@ -648,6 +648,7 @@ def split_inodes_by_operation_type(


def fdatasync(fd: int) -> None:
# pyre-fixme [16]: Undefined attribute
getattr(os, "fdatasync", os.fsync)(fd)


Expand Down

0 comments on commit 4da33b2

Please sign in to comment.