mirror of
https://github.com/ipxe/ipxe
synced 2025-12-09 10:50:28 +03:00
[linux] Add missing return statement to linux_poll()
Signed-off-by: Michael Brown <mcb30@ipxe.org>
This commit is contained in:
@@ -225,6 +225,7 @@ int __asmcall linux_poll ( struct pollfd *fds, unsigned int nfds,
|
||||
ret = poll ( fds, nfds, timeout );
|
||||
if ( ret == -1 )
|
||||
linux_errno = errno;
|
||||
return ret;
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user