1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-04-05 05:41:40 -07:00
emacs/mps/src/prmcli.h
Pekka Pirinen 3aa933d443 Branched from trunk for label mmconfigura_eval_fast
Copied from Perforce
 Change: 21529
 ServerID: perforce.ravenbrook.com
2000-09-22 14:56:45 +01:00

26 lines
552 B
C

/* impl.h.prmcli: PROTECTION MUTATOR CONTEXT (Linux)
*
* $HopeName: !prmcli.h(trunk.1) $
* 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 */