From 7acfca905d76140f4cc0b09c9a12de237de364cd Mon Sep 17 00:00:00 2001 From: Nick Barnes Date: Wed, 31 Oct 2001 14:40:56 +0000 Subject: Branch imports for masters. Copied from Perforce Change: 23678 ServerID: perforce.ravenbrook.com --- mps/code/prmcli.h | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 mps/code/prmcli.h (limited to 'mps/code/prmcli.h') diff --git a/mps/code/prmcli.h b/mps/code/prmcli.h new file mode 100644 index 00000000000..477875303bc --- /dev/null +++ b/mps/code/prmcli.h @@ -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 + +typedef struct MutatorFaultContextStruct { /* Protection fault context data */ + struct sigcontext *scp; /* Linux sigcontext */ +} MutatorFaultContextStruct; + + +#endif /* prmcli_h */ -- cgit v1.2.1