1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 09:11:48 -07:00
emacs/mps/code/prmcfr.h
Richard Brooksby c84f2a8553 Updating copyright messages to say copyright 2001 ravenbrook throughout.
Adding some missing copyright messages.

Copied from Perforce
 Change: 24818
 ServerID: perforce.ravenbrook.com
2001-12-05 16:18:43 +00:00

21 lines
379 B
C

/* impl.h.prmcfr: PROTECTION MUTATOR CONTEXT (FREEBSD)
*
* $Id$
* Copyright (c) 2001 Ravenbrook Limited.
*
* .readership: MPS developers.
*/
#ifndef prmcfr_h
#define prmcfr_h
#include "mpm.h"
#include <signal.h>
typedef struct MutatorFaultContextStruct { /* Protection fault context data */
ucontext_t *ucontext;
} MutatorFaultContextStruct;
#endif /* prmcfr_h */