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>
|
||||
<pre>
|
||||
#include <semaphore.h>
|
||||
#include <time.h>
|
||||
int sem_timedwait(sem_t *sem, const struct timespec *abstime);
|
||||
</pre>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user