libc.obj: updated libc.def, fixed bug with log10

git-svn-id: svn://kolibrios.org@9773 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
vitalkrilov 2022-04-20 17:30:33 +00:00
parent fda5ad66db
commit eeb3d0e5b9
2 changed files with 4 additions and 0 deletions

View File

@ -136,6 +136,9 @@ fabs
floor
fmod
log
log2
log10
round
modf
modfl
pow

View File

@ -5,5 +5,6 @@ log10:
fldl 4(%esp)
fyl2x
fldl2t
fxch
fdivp
ret