Skip to content

Commit

Permalink
remove test code
Browse files Browse the repository at this point in the history
  • Loading branch information
matyhtf committed Jun 24, 2024
1 parent 4f75a4d commit 8f3e02c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/swoole_lock.h
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class SpinLock : public Lock {
};
#endif

#if defined(HAVE_PTHREAD_BARRIER) && !(defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__) || 1)
#if defined(HAVE_PTHREAD_BARRIER) && !(defined(__FreeBSD__) || defined(__OpenBSD__) || defined(__NetBSD__))
#define SW_USE_PTHREAD_BARRIER
#endif

Expand Down

0 comments on commit 8f3e02c

Please sign in to comment.