Skip to content

Commit

Permalink
Fixed folly patching
Browse files Browse the repository at this point in the history
  • Loading branch information
maxirmx committed Mar 8, 2024
1 parent 7e0fd68 commit e5d792a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ci-scripts/patch-folly.sh
Original file line number Diff line number Diff line change
Expand Up @@ -477,7 +477,7 @@ EOM

# --- folly/experimental/io/AsyncBase.cpp ---
re="CHECK_ERR(close(pollFd_));"
sbst="folly::portability::unistd::CHECK_ERR(close(pollFd_)); \/* tebako patched *\/"
sbst="CHECK_ERR(folly::portability::unistd::close(pollFd_)); \/* tebako patched *\/"
do_patch "$1/folly/experimental/io/AsyncBase.cpp" "$re" "$sbst"

# --- folly/portability/Unistd.cpp ---
Expand Down

0 comments on commit e5d792a

Please sign in to comment.