# HG changeset patch # User al3x # Date 1047640879 0 # Node ID 8e29f644a6be7f3ef335d34eb892cea1aa1ac249 # Parent 27d225bd717680d3b326bb17d43039350f64b0ea 10l diff -r 27d225bd7176 -r 8e29f644a6be os_support.h --- a/os_support.h Fri Mar 14 07:24:25 2003 +0000 +++ b/os_support.h Fri Mar 14 11:21:19 2003 +0000 @@ -25,7 +25,7 @@ #if defined(CONFIG_OS2) #include static inline int usleep(unsigned int t) { return _sleep2(t / 1000); } -static inline float floatf(float f) { return floor(f); } +static inline float floorf(float f) { return floor(f); } static inline int strcasecmp(const char* s1, const char* s2) { return stricmp(s1,s2); } #endif