git-svn-id: svn://svn.code.sf.net/p/nuttx/code/trunk@937 42af7a65-404d-4744-a932-0658087f49c3
This commit is contained in:
patacongo 2008-09-19 14:53:53 +00:00
parent 7595ec8761
commit 22c47e5a73

View File

@ -105,7 +105,7 @@ int sched_setuptaskfiles(FAR _TCB *tcb)
#endif /* CONFIG_NSOCKET_DESCRIPTORS */ #endif /* CONFIG_NSOCKET_DESCRIPTORS */
#if CONFIG_NFILE_DESCRIPTORS > 0 #if CONFIG_NFILE_DESCRIPTORS > 0
/* Duplicate the first three file descriptors */ /* Duplicate the file descriptors */
if (rtcb->filelist) if (rtcb->filelist)
{ {