From c5161ee2f30e124c3190694962d2e1aeea5b102c Mon Sep 17 00:00:00 2001 From: Sebastian Huber Date: Tue, 24 Oct 2017 10:50:45 +0200 Subject: posix-users: Clarify timed operation errors Close #3182. --- posix-users/condition_variable.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'posix-users/condition_variable.rst') diff --git a/posix-users/condition_variable.rst b/posix-users/condition_variable.rst index ced9a8a..d92d79f 100644 --- a/posix-users/condition_variable.rst +++ b/posix-users/condition_variable.rst @@ -347,6 +347,8 @@ pthread_cond_timedwait - Wait with Timeout a Condition Variable .. list-table:: :class: rtems-table + * - ``EINVAL`` + - The nanoseconds field of timeout is invalid. * - ``EINVAL`` - The specified condition variable or mutex is not initialized OR different mutexes were specified for concurrent ``pthread_cond_wait()`` and -- cgit v1.2.3