pt-docancel \
pt-sysdep \
pt-setup \
- pt-machdep \
pt-spin \
pt-sigstate-init \
pt-kill \
pt-init-specific \
pt-key-create \
pt-key-delete \
+ pt-machdep \
pt-mutex-checklocked \
pt-mutex-consistent \
pt-mutex-destroy \
__pthread_thread_start;
__pthread_thread_terminate;
__pthread_wakeup;
+ __thread_set_pcsptp;
}
}
extern int __thread_set_pcsptp (thread_t thread,
int set_pc, void *pc,
int set_sp, void *sp, int set_tp, void *tp);
-
+libc_hidden_proto (__thread_set_pcsptp)
#endif /* pt-sysdep.h */
#include <mach/i386/mach_i386.h>
#include <mach/mig_errors.h>
#include <mach/thread_status.h>
+#include <pt-sysdep.h>
#define HURD_TLS_DESC_DECL(desc, tcb) \
struct descriptor desc = \
return 0;
}
+libc_hidden_def (__thread_set_pcsptp)
#include <mach/x86_64/mach_i386.h>
#include <mach/mig_errors.h>
#include <mach/thread_status.h>
+#include <pt-sysdep.h>
int
__thread_set_pcsptp (thread_t thread,
return 0;
}
+libc_hidden_def (__thread_set_pcsptp)