Differences From Artifact [3012eaab1d]:
- File src/OFThread.m — part of check-in [2872ce314d] at 2022-10-23 16:21:14 on branch trunk — Rename a few exceptions for consistency (user: js, size: 11095) [annotate] [blame] [check-ins using] [more...]
To Artifact [2a7fa371d3]:
- File src/OFThread.m — part of check-in [26ddd2e4e4] at 2024-01-02 17:17:25 on branch trunk — Update copyright (user: js, size: 11139) [annotate] [blame] [check-ins using] [more...]
1 | 1 2 3 4 5 6 7 8 9 | - + | /* |
| ︙ | |||
28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 | 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 | + + | # include <sched.h> #endif #include "unistd_wrapper.h" #include "platform.h" #ifdef OF_AMIGAOS # define Class IntuitionClass # include <proto/exec.h> # include <proto/dos.h> # undef Class #endif #ifdef OF_WII # define nanosleep ogc_nanosleep # include <ogcsys.h> # undef nanosleep #endif |
| ︙ |