This website requires JavaScript.
Explore
Help
Register
Sign In
upstream
/
opnsense-src
Watch
1
Star
0
Fork
You've already forked opnsense-src
0
mirror of
https://github.com/opnsense/src.git
synced
2026-04-22 23:02:02 -04:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
295df609df
opnsense-src
/
sys
/
amd64
/
include
/
ptrace.h
7 lines
87 B
C
Raw
Normal View
History
Unescape
Escape
Begin all license/copyright comments with /*-
2005-01-05 15:17:21 -05:00
/*-
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 15:24:28 -05:00
*
This
file
is
in
the
public
domain
.
BSD 4.4 Lite Kernel Sources
1994-05-24 21:34:38 -04:00
*/
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 15:24:28 -05:00
/* $FreeBSD$ */
BSD 4.4 Lite Kernel Sources
1994-05-24 21:34:38 -04:00
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 15:24:28 -05:00
#
include
<x86/ptrace.h>
Reference in a new issue
Copy permalink