Commit 413bd7a9 authored by erik.corry@gmail.com's avatar erik.corry@gmail.com

Lint.

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

git-svn-id: http://v8.googlecode.com/svn/branches/bleeding_edge@1737 ce2b1a6d-e550-0410-aec6-3dcde31c8c00
parent 8f911a2f
......@@ -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) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment