Skip to content

Commit

Permalink
Update esync-unix-mainline patch for 9305ac2 and move previous versio…
Browse files Browse the repository at this point in the history
…n to legacy

Fixes #1261
  • Loading branch information
Tk-Glitch committed Oct 1, 2024
1 parent 45fd0f7 commit 3091eb2
Show file tree
Hide file tree
Showing 3 changed files with 4,748 additions and 10 deletions.
4 changes: 3 additions & 1 deletion wine-tkg-git/wine-tkg-patches/proton/esync/esync
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,10 @@

# esync
if [ "$_use_esync" = "true" ]; then
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 7f53ca70bad150af094e77f7dde582dc3f50ff34 HEAD ); then
if ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 9305ac22067786c909071182a3ed65c2b898a102 HEAD ); then
_patchname='esync-unix-mainline.patch' && _patchmsg="Using Esync (unix, mainline) patchset" && nonuser_patcher
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor 7f53ca70bad150af094e77f7dde582dc3f50ff34 HEAD ); then
_patchname='esync-unix-mainline-9305ac2.patch' && _patchmsg="Using Esync (unix, mainline) patchset" && nonuser_patcher
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor fd3de9005ef504a810aeb828c5b491a7bebd7888 HEAD ); then
_patchname='esync-unix-mainline-7f53ca7.patch' && _patchmsg="Using Esync (unix, mainline) patchset" && nonuser_patcher
elif ( cd "${srcdir}"/"${_winesrcdir}" && git merge-base --is-ancestor c43b1ecbc3e8509b1f4778d799f9759eb64dda40 HEAD ); then
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -2530,27 +2530,27 @@ diff --git a/include/config.h.in b/include/config.h.in
index 6ca4e1bc8c8..f315921dee8 100644
--- a/include/config.h.in
+++ b/include/config.h.in
@@ -699,6 +699,9 @@
/* Define to 1 if you have the `posix_fallocate' function. */
@@ -318,6 +318,9 @@
/* Define to 1 if you have the 'posix_fallocate' function. */
#undef HAVE_POSIX_FALLOCATE

+/* Define to 1 if you have the `ppoll' function. */
+/* Define to 1 if you have the 'ppoll' function. */
+#undef HAVE_PPOLL
+
/* Define to 1 if you have the `prctl' function. */
/* Define to 1 if you have the 'prctl' function. */
#undef HAVE_PRCTL

@@ -822,6 +825,9 @@
/* Define to 1 if `interface_id' is a member of `sg_io_hdr_t'. */
@@ -376,6 +376,9 @@
/* Define to 1 if 'interface_id' is a member of 'sg_io_hdr_t'. */
#undef HAVE_SG_IO_HDR_T_INTERFACE_ID

+/* Define to 1 if you have the `shm_open' function. */
+/* Define to 1 if you have the 'shm_open' function. */
+#undef HAVE_SHM_OPEN
+
/* Define to 1 if `si_fd' is a member of `siginfo_t'. */
/* Define to 1 if 'si_fd' is a member of 'siginfo_t'. */
#undef HAVE_SIGINFO_T_SI_FD

@@ -1022,6 +1028,9 @@
@@ -504,6 +504,9 @@
/* Define to 1 if you have the <sys/epoll.h> header file. */
#undef HAVE_SYS_EPOLL_H

Expand Down
Loading

0 comments on commit 3091eb2

Please sign in to comment.