Update submodules

This commit is contained in:
Gregory Nutt
2016-01-28 09:53:47 -06:00
parent c1d4ce01e0
commit 4a59ff34e9
4 changed files with 5 additions and 5 deletions
+1 -1
Submodule arch updated: 505399a54c...39dca5d1dc
+1 -1
Submodule configs updated: e643990c17...2d69d8ab99
+1 -1
View File
@@ -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
View File
@@ -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"