summaryrefslogtreecommitdiffstats
path: root/ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch
diff options
context:
space:
mode:
Diffstat (limited to 'ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch')
-rw-r--r--ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch22
1 files changed, 22 insertions, 0 deletions
diff --git a/ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch b/ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch
new file mode 100644
index 0000000000..bdadc84470
--- /dev/null
+++ b/ipc/chromium/src/third_party/libevent/patches/dont-use-issetugid-on-android.patch
@@ -0,0 +1,22 @@
+diff --git a/ipc/chromium/src/third_party/libevent/android/event2/event-config.h b/ipc/chromium/src/third_party/libevent/android/event2/event-config.h
+--- a/ipc/chromium/src/third_party/libevent/android/event2/event-config.h
++++ b/ipc/chromium/src/third_party/libevent/android/event2/event-config.h
+@@ -134,17 +134,17 @@
+
+ /* Define to 1 if you have the `inet_pton' function. */
+ #define EVENT__HAVE_INET_PTON 1
+
+ /* Define to 1 if you have the <inttypes.h> header file. */
+ #define EVENT__HAVE_INTTYPES_H 1
+
+ /* Define to 1 if you have the `issetugid' function. */
+-#define EVENT__HAVE_ISSETUGID 1
++/* #undef EVENT__HAVE_ISSETUGID */
+
+ /* Define to 1 if you have the `kqueue' function. */
+ /* #undef EVENT__HAVE_KQUEUE */
+
+ /* Define if the system has zlib */
+ #define EVENT__HAVE_LIBZ 1
+
+ /* Define to 1 if you have the `mach_absolute_time' function. */