From acb4bed0e943a40c2baae2e01413c54924b1e565 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Fri, 18 Jul 2008 18:46:28 +0000 Subject: 2008-07-18 Joel Sherrill * posix_users/mutex.t: Add ETIMEDOUT. --- doc/ChangeLog | 4 ++++ doc/posix_users/mutex.t | 6 +++++- 2 files changed, 9 insertions(+), 1 deletion(-) (limited to 'doc') diff --git a/doc/ChangeLog b/doc/ChangeLog index 8281da8dd3..bd1878ad2b 100644 --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,7 @@ +2008-07-18 Joel Sherrill + + * posix_users/mutex.t: Add ETIMEDOUT. + 2008-07-16 Joel Sherrill * shell/confinit.t: New argument sequence for rtems_shell_init(). diff --git a/doc/posix_users/mutex.t b/doc/posix_users/mutex.t index c818ee5ce2..998964152f 100644 --- a/doc/posix_users/mutex.t +++ b/doc/posix_users/mutex.t @@ -1,5 +1,5 @@ @c -@c COPYRIGHT (c) 1988-2002. +@c COPYRIGHT (c) 1989-2008. @c On-Line Applications Research Corporation (OAR). @c All rights reserved. @c @@ -630,6 +630,10 @@ ceiling. @item EDEADLK The current thread already owns the mutex. +@item ETIMEDOUT +The calling thread was unable to obtain the mutex within the specified +timeout period. + @end table @subheading DESCRIPTION: -- cgit v1.2.3