1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-03-27 01:01:52 -07:00

Need a version of this for freebsd also.

Copied from Perforce
 Change: 22870
 ServerID: perforce.ravenbrook.com
This commit is contained in:
Nick Barnes 2001-10-02 14:25:10 +01:00
parent a59fd7ad3f
commit 9daaa5ceeb

26
mps/src/prmcfr.h Normal file
View file

@ -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 <signal.h>
typedef struct MutatorFaultContextStruct { /* Protection fault context data */
struct sigcontext *scp; /* Linux sigcontext */
} MutatorFaultContextStruct;
#endif /* prmcli_h */