blob: 165dd73720dd2aa1e751e7852e796ece9f577413 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
|
--- base/posix/file_descriptor_shuffle.h.orig 2024-10-16 21:30:44 UTC
+++ base/posix/file_descriptor_shuffle.h
@@ -26,6 +26,8 @@
#include "base/base_export.h"
#include "base/compiler_specific.h"
+#undef close
+
namespace base {
// A Delegate which performs the actions required to perform an injective
|