diff --git a/srcpkgs/MEGAsync/patches/breakpad.patch b/srcpkgs/MEGAsync/patches/breakpad.patch index 36495af4460..79f258f71a5 100644 --- a/srcpkgs/MEGAsync/patches/breakpad.patch +++ b/srcpkgs/MEGAsync/patches/breakpad.patch @@ -4,7 +4,7 @@ #define PR_SET_PTRACER 0x59616d61 #endif -+#if defined(__GLIBC__) && __GLIBC__ < 2 && __GLIBC_MINOR__ < 30 ++#if defined(__GLIBC__) && !__GLIBC_PREREQ(2, 30) // A wrapper for the tgkill syscall: send a signal to a specific thread. static int tgkill(pid_t tgid, pid_t tid, int sig) { return syscall(__NR_tgkill, tgid, tid, sig);