Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 323435
Collapse All | Expand All

(-)ptrace.h.old (-2 / +3 lines)
Lines 23-33 Link Here
23
 * as published by the Free Software Foundation; either version
23
 * as published by the Free Software Foundation; either version
24
 * 2 of the License, or (at your option) any later version.
24
 * 2 of the License, or (at your option) any later version.
25
 */
25
 */
26
26
#include <linux/types.h>
27
#include <stdint.h>
28
27
29
#ifndef __ASSEMBLY__
28
#ifndef __ASSEMBLY__
30
29
30
#include <stdint.h>
31
31
struct pt_regs {
32
struct pt_regs {
32
	unsigned long gpr[32];
33
	unsigned long gpr[32];
33
	unsigned long nip;
34
	unsigned long nip;

Return to bug 323435