freebsd-dev/sys/i386/include/ptrace.h
Tijl Coosemans d8a023328d Copy amd64 ptrace.h to x86 and merge with i386 ptrace.h. Replace
amd64/i386/pc98 ptrace.h with stubs.

For amd64 PT_GETXSTATE and PT_SETXSTATE have been redefined to match the
i386 values. The old values are still supported but should no longer be
used.

Reviewed by:	kib
2012-03-04 20:24:28 +00:00

7 lines
87 B
C

/*-
* This file is in the public domain.
*/
/* $FreeBSD$ */
#include <x86/ptrace.h>