doc: sem_timedwait: No need to include time.h
It isn't required by the standard or NuttX implementation.
This commit is contained in:
parent
781bf68b5c
commit
28e55ab0b1
@ -3919,7 +3919,6 @@ interface of the same name.
|
|||||||
<b>Function Prototype:</b>
|
<b>Function Prototype:</b>
|
||||||
<pre>
|
<pre>
|
||||||
#include <semaphore.h>
|
#include <semaphore.h>
|
||||||
#include <time.h>
|
|
||||||
int sem_timedwait(sem_t *sem, const struct timespec *abstime);
|
int sem_timedwait(sem_t *sem, const struct timespec *abstime);
|
||||||
</pre>
|
</pre>
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user