Merge remote-tracking branch 'origin/master' into traveller
This commit is contained in:
commit
390251a5f8
@ -143,6 +143,10 @@ void sem_test(void);
|
|||||||
|
|
||||||
void semtimed_test(void);
|
void semtimed_test(void);
|
||||||
|
|
||||||
|
/* nsem.c *******************************************************************/
|
||||||
|
|
||||||
|
void nsem_test(void);
|
||||||
|
|
||||||
/* cond.c *******************************************************************/
|
/* cond.c *******************************************************************/
|
||||||
|
|
||||||
void cond_test(void);
|
void cond_test(void);
|
||||||
|
@ -76,7 +76,7 @@ extern "C"
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
INIHANDLE inifile_initialize(FAR char *inifile_name);
|
INIHANDLE inifile_initialize(FAR const char *inifile_name);
|
||||||
|
|
||||||
/****************************************************************************
|
/****************************************************************************
|
||||||
* Name: inifile_uninitialize
|
* Name: inifile_uninitialize
|
||||||
|
@ -500,7 +500,7 @@ static FAR char *inifile_find_variable(FAR struct inifile_state_s *priv,
|
|||||||
*
|
*
|
||||||
****************************************************************************/
|
****************************************************************************/
|
||||||
|
|
||||||
INIHANDLE inifile_initialize(FAR char *inifile_name)
|
INIHANDLE inifile_initialize(FAR const char *inifile_name)
|
||||||
{
|
{
|
||||||
/* Allocate an INI file parser state structure */
|
/* Allocate an INI file parser state structure */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user