mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2026-08-26 12:00:37 +08:00
2010-07-27 Joel Sherrill <joel.sherrill@oarcorp.com>
* posix/src/keycreate.c: Fix typo.
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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;
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user