aboutsummaryrefslogtreecommitdiff
path: root/nuttx/include/cxx
diff options
context:
space:
mode:
authorpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-03 19:46:37 +0000
committerpatacongo <patacongo@7fd9a85b-ad96-42d3-883c-3090e2eb8679>2012-05-03 19:46:37 +0000
commit0ffc37d476077ee5d89978acc93d26fc2c6b1dfb (patch)
treeceff943c049bd7cbe1d9f4ed7ab836f8039098e6 /nuttx/include/cxx
parent8e4a6bdf9a7afd4f61f5e01f28b0776c4e65c73f (diff)
downloadpx4-firmware-0ffc37d476077ee5d89978acc93d26fc2c6b1dfb.tar.gz
px4-firmware-0ffc37d476077ee5d89978acc93d26fc2c6b1dfb.tar.bz2
px4-firmware-0ffc37d476077ee5d89978acc93d26fc2c6b1dfb.zip
Upated NxWM comments
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@4692 7fd9a85b-ad96-42d3-883c-3090e2eb8679
Diffstat (limited to 'nuttx/include/cxx')
-rwxr-xr-xnuttx/include/cxx/cunistd3
1 files changed, 3 insertions, 0 deletions
diff --git a/nuttx/include/cxx/cunistd b/nuttx/include/cxx/cunistd
index 2ddc84144..2f0b71270 100755
--- a/nuttx/include/cxx/cunistd
+++ b/nuttx/include/cxx/cunistd
@@ -41,6 +41,7 @@
//***************************************************************************
#include <unistd.h>
+
//***************************************************************************
// Namespace
//***************************************************************************
@@ -49,6 +50,8 @@ namespace std
{
using ::getpid;
using ::_exit;
+ using ::sleep;
+ using ::usleep;
using ::close;
using ::dup;
using ::dup2;