mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-03-27 01:01:52 -07:00
Need a version of this for freebsd also.
Copied from Perforce Change: 22870 ServerID: perforce.ravenbrook.com
This commit is contained in:
parent
a59fd7ad3f
commit
9daaa5ceeb
1 changed files with 26 additions and 0 deletions
26
mps/src/prmcfr.h
Normal file
26
mps/src/prmcfr.h
Normal file
|
|
@ -0,0 +1,26 @@
|
|||
/* impl.h.prmcli: PROTECTION MUTATOR CONTEXT (Linux)
|
||||
*
|
||||
* $HopeName: $
|
||||
* Copyright (C) 1998 The Harlequin Group Limited. All rights reserved.
|
||||
*
|
||||
* .readership: MPS developers.
|
||||
*/
|
||||
|
||||
#ifndef prmcli_h
|
||||
#define prmcli_h
|
||||
|
||||
|
||||
/* open sesame magic */
|
||||
#define _BSD_SOURCE 1
|
||||
#define _POSIX_C_SOURCE 1
|
||||
|
||||
#include "mpm.h"
|
||||
|
||||
#include <signal.h>
|
||||
|
||||
typedef struct MutatorFaultContextStruct { /* Protection fault context data */
|
||||
struct sigcontext *scp; /* Linux sigcontext */
|
||||
} MutatorFaultContextStruct;
|
||||
|
||||
|
||||
#endif /* prmcli_h */
|
||||
Loading…
Add table
Add a link
Reference in a new issue