Changeset 4984


Ignore:
Timestamp:
Aug 20, 2006, 10:58:24 PM (18 years ago)
Author:
Gary Byers
Message:

Include Mach stuff on Darwin; prototypes for DARWIN_GS_HACK %gs segment
switching.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/ccl/lisp-kernel/x86-exceptions.h

    r4953 r4984  
    3636#define xpMMXreg(x,n)  (xpFPRvector(x)[gprno])
    3737#endif
     38#include <mach/mach.h>
     39#include <mach/mach_error.h>
     40#include <mach/machine/thread_state.h>
     41#include <mach/machine/thread_status.h>
     42
     43pthread_mutex_t *mach_exception_lock;
     44
    3845#endif
    3946
     
    122129#define SIGRETURN(context)
    123130#endif
     131
     132/* Please go away. */
     133#ifdef DARWIN_GS_HACK
     134extern Boolean ensure_gs_pthread(void);
     135extern void set_gs_address(void *);
     136#endif
Note: See TracChangeset for help on using the changeset viewer.