Don't call usleep if signals are disabled

git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@278 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2007-06-09 20:39:21 +00:00
parent d69bb1466e
commit 3954977d11
1 changed files with 2 additions and 0 deletions

View File

@ -608,6 +608,8 @@ Other memory:
* include/nuttx/compiler.h: Fix for using SDCC with the Z80.
* include/assert.h & arch/pjrc-8051/src/up_assert.c: SDCC does support
__FILE__and __LINE__ (not tested)
* examples/ostest/barrier.c: Don't call usleep() when signals are
disabled.
* Started m68322
</pre></ul>