Merge remote-tracking branch 'origin/master' into irqattach

This commit is contained in:
Gregory Nutt 2017-02-27 11:06:54 -06:00
commit 22cefec6e8

View File

@ -277,7 +277,7 @@ FAR struct file_struct *fs_fdopen(int fd, int oflags, FAR struct tcb_s *tcb)
errcode = ENFILE;
#if CONFIG_STDIO_BUFFER_SIZE > 0
#if !defined(CONFIG_STDIO_DISABLE_BUFFERING) && CONFIG_STDIO_BUFFER_SIZE > 0
errout_with_sem:
#endif
sem_post(&slist->sl_sem);