From 5b507811d8f64ccfc4e966de9cb243cb57e5686f Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Tue, 27 Jul 2010 21:22:52 +0000 Subject: [PATCH] 2010-07-27 Joel Sherrill * posix/src/keycreate.c: Fix typo. --- cpukit/ChangeLog | 4 ++++ cpukit/posix/src/keycreate.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/cpukit/ChangeLog b/cpukit/ChangeLog index 1246b2eaac..ec6a8f7918 100644 --- a/cpukit/ChangeLog +++ b/cpukit/ChangeLog @@ -1,3 +1,7 @@ +2010-07-27 Joel Sherrill + + * posix/src/keycreate.c: Fix typo. + 2010-07-27 Joel Sherrill * libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.c: Now supports diff --git a/cpukit/posix/src/keycreate.c b/cpukit/posix/src/keycreate.c index 15382bbe4a..1fc87641e5 100644 --- a/cpukit/posix/src/keycreate.c +++ b/cpukit/posix/src/keycreate.c @@ -62,7 +62,7 @@ int pthread_key_create( /* * Since the removal of ITRON, this cannot occur. */ - if ( !_Objects_Information_table[ api_index ] ) + if ( !_Objects_Information_table[ the_api ] ) continue; /*