libc,obj:

- changed wrapper names

git-svn-id: svn://kolibrios.org@9094 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
turbocat
2021-07-27 00:20:54 +00:00
parent e10c8c25cc
commit 52dd2872bf
7 changed files with 46 additions and 34 deletions
@@ -6,7 +6,7 @@ static struct tm __buffertime;
time_t time(time_t *timer){
int kos_date, kos_time;
kos_date = _ksys_get_date().val;
kos_time = _ksys_get_clock();
kos_time = _ksys_get_time().val;
int bcd_day = (kos_date >> 16);
int bcd_mon = ((kos_date & 0xFF00) >> 8);