From cb842a3b50a28145bb8be977f4e9a7069701c88d Mon Sep 17 00:00:00 2001 From: patacongo Date: Thu, 3 May 2012 19:46:37 +0000 Subject: Upated NxWM comments git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@4692 42af7a65-404d-4744-a932-0658087f49c3 --- nuttx/include/cxx/cunistd | 3 +++ 1 file changed, 3 insertions(+) (limited to 'nuttx/include/cxx/cunistd') 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 + //*************************************************************************** // Namespace //*************************************************************************** @@ -49,6 +50,8 @@ namespace std { using ::getpid; using ::_exit; + using ::sleep; + using ::usleep; using ::close; using ::dup; using ::dup2; -- cgit v1.2.3