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
This commit is contained in:
parent
8f911a2f5d
commit
413bd7a91c
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user