1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-03 10:31:37 -08:00
emacs/mps/code/prmcli.h
Nick Barnes 7acfca905d Branch imports for masters.
Copied from Perforce
 Change: 23678
 ServerID: perforce.ravenbrook.com
2001-10-31 14:40:56 +00:00

26 lines
533 B
C

/* 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 */