mirror of
git://git.sv.gnu.org/emacs.git
synced 2025-12-24 22:40:51 -08:00
This change will be integrated but ignored (-ay) to the gg-epcore/union sources, so that they retain HopeNames. Copied from Perforce Change: 24911 ServerID: perforce.ravenbrook.com
21 lines
379 B
C
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 */
|