forked from KolibriOS/kolibrios
libc.obj: added missing sqrt, cosh functions
libc.def: added sqrt, cosh, sin, tan functions git-svn-id: svn://kolibrios.org@9761 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -265,6 +265,7 @@ ksys_dll_t EXPORTS[] = {
|
||||
{"frexp", &frexp},
|
||||
{"hypot", &hypot},
|
||||
{"ldexp", &ldexp},
|
||||
{"cosh", &cosh},
|
||||
{"sinh", &sinh},
|
||||
{"tanh", &tanh},
|
||||
{"acos", &acos},
|
||||
@@ -275,6 +276,7 @@ ksys_dll_t EXPORTS[] = {
|
||||
{"cos", &cos},
|
||||
{"sin", &sin},
|
||||
{"tan", &tan},
|
||||
{"sqrt", &sqrt},
|
||||
{"exp", &exp},
|
||||
{"fabs", &fabs},
|
||||
{"floor", &floor},
|
||||
|
Reference in New Issue
Block a user