2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>

* posix/src/keycreate.c: Fix typo.
This commit is contained in:
Joel Sherrill
2010-07-27 21:22:52 +00:00
parent c0d577848e
commit 5b507811d8
2 changed files with 5 additions and 1 deletions
+4
View File
@@ -1,3 +1,7 @@
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/keycreate.c: Fix typo.
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* libfs/src/imfs/imfs_load_tar.c, libmisc/untar/untar.c: Now supports
+1 -1
View File
@@ -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;
/*