-
Notifications
You must be signed in to change notification settings - Fork 978
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #4584 from sysown/v2.6.4-fix_fedora40_arm64_build
fix building fedora40 on arm64
- Loading branch information
Showing
2 changed files
with
12 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
--- coredumper/src/thread_lister.c 2022-12-07 14:57:26.000000000 +0000 | ||
+++ coredumper.patched/src/thread_lister.c 2024-07-09 10:58:42.500458663 +0000 | ||
@@ -35,6 +35,8 @@ | ||
|
||
#include <stdio.h> /* needed for NULL on some powerpc platforms (?!) */ | ||
#include <sys/prctl.h> | ||
+#include <sys/types.h> | ||
+#include <unistd.h> | ||
|
||
#include "linuxthreads.h" | ||
/* Include other thread listers here that define THREADS macro |