|
|
|
@ -1,9 +1,9 @@
|
|
|
|
|
diff -up chromium-90.0.4430.85/mojo/core/channel_linux.cc.epel7-kcmp chromium-90.0.4430.85/mojo/core/channel_linux.cc
|
|
|
|
|
--- chromium-90.0.4430.85/mojo/core/channel_linux.cc.epel7-kcmp 2021-04-27 11:42:46.207245608 -0400
|
|
|
|
|
+++ chromium-90.0.4430.85/mojo/core/channel_linux.cc 2021-04-27 11:43:21.941841419 -0400
|
|
|
|
|
@@ -37,6 +37,25 @@
|
|
|
|
|
#include "mojo/core/core.h"
|
|
|
|
|
#include "mojo/core/embedder/features.h"
|
|
|
|
|
@@ -43,6 +43,25 @@
|
|
|
|
|
#define EFD_ZERO_ON_WAKE O_NOFOLLOW
|
|
|
|
|
#endif
|
|
|
|
|
|
|
|
|
|
+#ifndef F_LINUX_SPECIFIC_BASE
|
|
|
|
|
+#define F_LINUX_SPECIFIC_BASE 1024
|
|
|
|
|