mirror of
https://github.com/void-linux/void-packages.git
synced 2025-07-31 09:52:57 +02:00
gdb: use asm/sgidefs.h on mips.
This commit is contained in:
parent
3947f2a2b1
commit
c608b0c542
1 changed files with 11 additions and 0 deletions
11
srcpkgs/gdb/patches/mips.patch
Normal file
11
srcpkgs/gdb/patches/mips.patch
Normal file
|
@ -0,0 +1,11 @@
|
|||
--- gdb/mips-linux-nat.c.orig
|
||||
+++ gdb/mips-linux-nat.c
|
||||
@@ -31,7 +31,7 @@
|
||||
#include "gdb_proc_service.h"
|
||||
#include "gregset.h"
|
||||
|
||||
-#include <sgidefs.h>
|
||||
+#include <asm/sgidefs.h>
|
||||
#include <sys/ptrace.h>
|
||||
#include <asm/ptrace.h>
|
||||
|
Loading…
Add table
Reference in a new issue