9
0
Fork 0
git-svn-id: https://nuttx.svn.sourceforge.net/svnroot/nuttx/trunk@2067 7fd9a85b-ad96-42d3-883c-3090e2eb8679
This commit is contained in:
patacongo 2009-09-16 20:25:16 +00:00
parent 0370010415
commit 36ce8e1875
1 changed files with 2 additions and 1 deletions

View File

@ -199,6 +199,7 @@ int files_addreflist(FAR struct filelist *list)
* Description: Release a reference to the file list
*
****************************************************************************/
int files_releaselist(FAR struct filelist *list)
{
int crefs;
@ -228,7 +229,7 @@ int files_releaselist(FAR struct filelist *list)
/* Close each file descriptor .. Normally, you would need
* take the list semaphore, but it is safe to ignore the
* semaphore in this context because there are not references
* semaphore in this context because there are no references
*/
for (i = 0; i < CONFIG_NFILE_DESCRIPTORS; i++)