mirror of
https://github.com/apache/nuttx.git
synced 2026-06-04 23:03:27 +08:00
Update submodules
This commit is contained in:
+1
-1
Submodule arch updated: 505399a54c...39dca5d1dc
+1
-1
Submodule configs updated: e643990c17...2d69d8ab99
+1
-1
@@ -379,7 +379,7 @@ int poll(FAR struct pollfd *fds, nfds_t nfds, int timeout)
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
err = poll_teardown(fds, nfds, &count, ret);
|
err = poll_teardown(fds, nfds, &count, ret);
|
||||||
if (err < 0 && ret == OK)
|
if (err < 0 && ret >= 0)
|
||||||
{
|
{
|
||||||
ret = err;
|
ret = err;
|
||||||
}
|
}
|
||||||
|
|||||||
+2
-2
@@ -44,9 +44,9 @@ unset testfile
|
|||||||
function showusage {
|
function showusage {
|
||||||
echo ""
|
echo ""
|
||||||
echo "USAGE: $progname [-w|l] [-c|n] [-s] <testlist-file>"
|
echo "USAGE: $progname [-w|l] [-c|n] [-s] <testlist-file>"
|
||||||
echo "USAGE: $progname -h"
|
echo " $progname -h"
|
||||||
echo ""
|
echo ""
|
||||||
echo "where"
|
echo "Where:"
|
||||||
echo " -w|l selects Windows (w) or Linux (l). Default: Linux"
|
echo " -w|l selects Windows (w) or Linux (l). Default: Linux"
|
||||||
echo " -c|n selects Windows native (n) or Cygwin (c). Default Cygwin"
|
echo " -c|n selects Windows native (n) or Cygwin (c). Default Cygwin"
|
||||||
echo " -s Use C++ unsigned long size_t in new operator. Default unsigned int"
|
echo " -s Use C++ unsigned long size_t in new operator. Default unsigned int"
|
||||||
|
|||||||
Reference in New Issue
Block a user