Remove HD macros for C time functions (#4337)

* HDasctime
* HDclock
* HDctime
* HDdifftime
* HDgmtime
* HDlocaltime
* HDmktime
* HDtime
* HDtzset

HDgettimeofday will be done later
This commit is contained in:
Dana Robinson
2024-04-07 14:09:23 -07:00
committed by GitHub
parent a6d689a1d6
commit 0de523bc42
44 changed files with 108 additions and 139 deletions
+1 -1
View File
@@ -223,7 +223,7 @@ main(int argc, char **argv)
n_tests_skipped_g = 0;
if (MAINPROCESS) {
seed = (unsigned)HDtime(NULL);
seed = (unsigned)time(NULL);
}
if (mpi_size > 1) {