mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
Typo fix. Hmmm... how did this compile before?
This commit is contained in:
+2
-2
@@ -314,8 +314,8 @@ int poll(FAR struct pollfd *fds, nfds_t nfds, int timeout)
|
||||
}
|
||||
else if (timeout > 0)
|
||||
{
|
||||
time_t sec;
|
||||
uint32-_t nsec;
|
||||
time_t sec;
|
||||
uint32_t nsec;
|
||||
|
||||
/* Either wait for either a poll event(s) to occur or for the
|
||||
* specified timeout to elapse with no event.
|
||||
|
||||
Reference in New Issue
Block a user