mirror of
https://git.hardenedbsd.org/hardenedbsd/HardenedBSD.git
synced 2024-11-23 03:51:05 +01:00
71625ec9ad
Remove /^/[*/]\s*\$FreeBSD\$.*\n/
11 lines
206 B
C
11 lines
206 B
C
|
|
#ifndef _MACHINE_PTRACE_H_
|
|
#define _MACHINE_PTRACE_H_
|
|
|
|
#define __HAVE_PTRACE_MACHDEP
|
|
|
|
#define PT_GETVFPREGS32 (PT_FIRSTMACH + 0)
|
|
#define PT_SETVFPREGS32 (PT_FIRSTMACH + 1)
|
|
|
|
#endif /* _MACHINE_PTRACE_H_ */
|