forked from KolibriOS/kolibrios
libstdc++-v3-gcc-4.8.5
git-svn-id: svn://kolibrios.org@6325 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -183,7 +183,7 @@ _GLIBCXX_BEGIN_NAMESPACE_VERSION
|
||||
::usleep(__us);
|
||||
}
|
||||
# else
|
||||
::sleep(__s.count() + (__ns >= 1000000));
|
||||
::sleep(__s.count() + (__ns.count() >= 1000000));
|
||||
# endif
|
||||
#elif defined(_GLIBCXX_HAVE_WIN32_SLEEP)
|
||||
unsigned long ms = __ns.count() / 1000000;
|
||||
|
@@ -37,7 +37,7 @@ namespace __gnu_internal _GLIBCXX_VISIBILITY(hidden)
|
||||
{
|
||||
using namespace __gnu_cxx;
|
||||
|
||||
// Extern declarations for global objects in src/globals.cc.
|
||||
// Extern declarations for global objects in src/c++98/globals.cc.
|
||||
extern stdio_sync_filebuf<char> buf_cout_sync;
|
||||
extern stdio_sync_filebuf<char> buf_cin_sync;
|
||||
extern stdio_sync_filebuf<char> buf_cerr_sync;
|
||||
|
Reference in New Issue
Block a user