mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
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
1 changed files with 15 additions and 15 deletions
|
@ -195,7 +195,7 @@ typedef void (*dl_funcptr)(void);
|
||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
|
|
||||||
#ifdef WITH_THREAD
|
#ifdef WITH_THREAD
|
||||||
# include "thread.h"
|
#include "pythread.h"
|
||||||
static type_lock beos_dyn_lock;
|
static type_lock beos_dyn_lock;
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue