use __clocks_per_sec instead of _clocks_per_sec

This commit is contained in:
mrdudz
2022-08-28 20:22:25 +02:00
parent f70020a2b8
commit 6ba3deffa4
4 changed files with 11 additions and 11 deletions

View File

@@ -89,8 +89,8 @@ struct tm {
# define CLOCKS_PER_SEC 10
#elif defined(__ATARI__) || defined (__LYNX__)
/* Read the clock rate at runtime */
clock_t _clocks_per_sec (void);
# define CLOCKS_PER_SEC _clocks_per_sec()
clock_t __clocks_per_sec (void);
# define CLOCKS_PER_SEC __clocks_per_sec()
#endif
#define CLOCK_REALTIME 0