Networking: Cosmetic change

This commit is contained in:
Gregory Nutt
2016-02-24 19:02:51 -06:00
parent d19e9cc448
commit bcbd8ee964
7 changed files with 17 additions and 15 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
/****************************************************************************
* net/local/local_connnect.c
*
* Copyright (C) 2015 Gregory Nutt. All rights reserved.
* Copyright (C) 2015-2016 Gregory Nutt. All rights reserved.
* Author: Gregory Nutt <gnutt@nuttx.org>
*
* Redistribution and use in source and binary forms, with or without
@@ -97,7 +97,7 @@ static inline void _local_semtake(sem_t *sem)
* the wait was awakened by a signal.
*/
ASSERT(*get_errno_ptr() == EINTR);
DEBUGASSERT(get_errno() == EINTR);
}
}