mirror of
https://github.com/python/cpython.git
synced 2026-02-13 19:04:37 +00:00
Patch #488073: AtheOS port.
This commit is contained in:
parent
7981ce576c
commit
f90ae20354
23 changed files with 1782 additions and 17 deletions
|
|
@ -133,6 +133,10 @@ void PyThread_init_thread(void)
|
|||
#include "thread_plan9.h"
|
||||
#endif
|
||||
|
||||
#ifdef ATHEOS_THREADS
|
||||
#include "thread_atheos.h"
|
||||
#endif
|
||||
|
||||
/*
|
||||
#ifdef FOOBAR_THREADS
|
||||
#include "thread_foobar.h"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue