mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Chris Herborth <chrish@pobox.com>:
Minor updates for BeOS R5. Use of OSError in test.test_fork1 changed to TestSkipped, with corresponding change in BeOS/README (by Fred). This closes SourceForge patch #100978.
This commit is contained in:
parent
d341579178
commit
56221a7cfa
6 changed files with 59 additions and 40 deletions
|
@ -70,13 +70,10 @@ extern int ftime(struct timeb *);
|
|||
#endif
|
||||
|
||||
#ifdef __BEOS__
|
||||
#include <time.h>
|
||||
/* For bigtime_t, snooze(). - [cjh] */
|
||||
#include <support/SupportDefs.h>
|
||||
#include <kernel/OS.h>
|
||||
#ifndef CLOCKS_PER_SEC
|
||||
/* C'mon, fix the bloody headers... - [cjh] */
|
||||
#define CLOCKS_PER_SEC 1000
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Forward declarations */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue