Skip to content

Commit

Permalink
try
Browse files Browse the repository at this point in the history
  • Loading branch information
kostasrim committed Aug 21, 2024
1 parent 969fe0f commit a16ccd1
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/facade/reply_builder.cc
Original file line number Diff line number Diff line change
Expand Up @@ -16,10 +16,9 @@
#include "util/fibers/proactor_base.h"

#ifdef __APPLE__
#ifndef IOV_MAX
#ifndef UIO_MAXIOV
// Some versions of MacOSX dont have IOV_MAX
#define IOV_MAX 1024
#define UIO_MAXIOV IOV_MAX
#define UIO_MAXIOV 1024
#endif
#endif

Expand Down

0 comments on commit a16ccd1

Please sign in to comment.