You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/04/17 08:48:47 UTC

[incubator-nuttx] 02/02: doc: sem_timedwait: No need to include time.h

This is an automated email from the ASF dual-hosted git repository.

xiaoxiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git

commit 28e55ab0b1fff8598bc59b87058709ab1db5168b
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Fri Apr 17 16:09:01 2020 +0900

    doc: sem_timedwait: No need to include time.h
    
    It isn't required by the standard or NuttX implementation.
---
 Documentation/NuttxUserGuide.html | 1 -
 1 file changed, 1 deletion(-)

diff --git a/Documentation/NuttxUserGuide.html b/Documentation/NuttxUserGuide.html
index ee4f1c7..27604c4 100644
--- a/Documentation/NuttxUserGuide.html
+++ b/Documentation/NuttxUserGuide.html
@@ -3919,7 +3919,6 @@ interface of the same name.
 <b>Function Prototype:</b>
 <pre>
     #include &lt;semaphore.h&gt;
-    #include &lt;time.h&gt;
     int sem_timedwait(sem_t *sem, const struct timespec *abstime);
 </pre>