mirror of
https://github.com/python/cpython.git
synced 2025-08-04 00:48:58 +00:00
#16135: Removal of OS/2 support (Modules/*)
This commit is contained in:
parent
ab70e2ab32
commit
14c81aba50
11 changed files with 4 additions and 157 deletions
|
@ -36,12 +36,8 @@ hpTimerUnit(void)
|
|||
#error "This module requires gettimeofday() on non-Windows platforms!"
|
||||
#endif
|
||||
|
||||
#if (defined(PYOS_OS2) && defined(PYCC_GCC))
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
#include <sys/resource.h>
|
||||
#include <sys/times.h>
|
||||
#endif
|
||||
|
||||
static PY_LONG_LONG
|
||||
hpTimer(void)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue