mirror of
https://github.com/python/cpython.git
synced 2025-10-17 12:18:23 +00:00
Patch #734231: Update RiscOS support. In particular, correct
riscospath.extsep, and use os.extsep throughout.
This commit is contained in:
parent
5467d4c0e3
commit
a94568a753
27 changed files with 482 additions and 59 deletions
|
@ -7,11 +7,11 @@
|
|||
#include "Python.h"
|
||||
|
||||
|
||||
int sleep(double delay)
|
||||
int riscos_sleep(double delay)
|
||||
{
|
||||
os_t starttime, endtime, time; /* monotonic times (centiseconds) */
|
||||
int *pollword, ret;
|
||||
bool claimed;
|
||||
osbool claimed;
|
||||
|
||||
/* calculate end time */
|
||||
starttime = os_read_monotonic_time();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue