mirror of
https://github.com/apache/nuttx-apps.git
synced 2026-08-10 23:15:18 +00:00
Misc clean; mark assertions as non-returning; allow toolchain prefix to be overriden from make command line
git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@5591 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
parent
a9dee88a44
commit
e2949d93cc
1 changed files with 0 additions and 1 deletions
|
|
@ -151,7 +151,6 @@ static inline int readline_rawgetc(int infd)
|
|||
|
||||
int errcode = errno;
|
||||
if (errcode != EINTR)
|
||||
|
||||
{
|
||||
return -errcode;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue