summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-18 18:46:28 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2008-07-18 18:46:28 +0000
commitacb4bed0e943a40c2baae2e01413c54924b1e565 (patch)
tree5b6332def06dfa5daab0743a93655d5d1a84d1a8 /doc
parent2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com> (diff)
downloadrtems-acb4bed0e943a40c2baae2e01413c54924b1e565.tar.bz2
2008-07-18 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix_users/mutex.t: Add ETIMEDOUT.
Diffstat (limited to 'doc')
-rw-r--r--doc/ChangeLog4
-rw-r--r--doc/posix_users/mutex.t6
2 files changed, 9 insertions, 1 deletions
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 <joel.sherrill@oarcorp.com>
+
+ * posix_users/mutex.t: Add ETIMEDOUT.
+
2008-07-16 Joel Sherrill <joel.sherrill@oarcorp.com>
* 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: