doc: sem_timedwait: No need to include time.h

It isn't required by the standard or NuttX implementation.
This commit is contained in:
YAMAMOTO Takashi 2020-04-17 16:09:01 +09:00 committed by Xiang Xiao
parent 781bf68b5c
commit 28e55ab0b1

View File

@ -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>