mirror of https://github.com/python/cpython
Renamed thread.h to pythread.h.
(Also removed whitespace after # in some BEOS related cpp directives.)
This commit is contained in:
parent
09b295754f
commit
e364b7d46a
|
@ -195,7 +195,7 @@ typedef void (*dl_funcptr)(void);
|
|||
#include <unistd.h>
|
||||
|
||||
#ifdef WITH_THREAD
|
||||
# include "thread.h"
|
||||
#include "pythread.h"
|
||||
static type_lock beos_dyn_lock;
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in New Issue