Review URL: http://codereview.chromium.org/77026

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1737 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
This commit is contained in:
erik.corry@gmail.com 2009-04-17 13:57:15 +00:00
parent 8f911a2f5d
commit 413bd7a91c

View File

@ -511,8 +511,8 @@ void LinuxSemaphore::Wait() {
#define TIMEVAL_TO_TIMESPEC(tv, ts) do { \
(ts)->tv_sec = (tv)->tv_sec; \
(ts)->tv_nsec = (tv)->tv_usec * 1000; \
} while(false)
#endif
} while (false)
#endif
bool LinuxSemaphore::Wait(int timeout) {