mirror of
https://github.com/apache/nuttx.git
synced 2026-08-09 06:25:09 +00:00
Merge remote-tracking branch 'origin/master' into irqattach
This commit is contained in:
commit
22cefec6e8
1 changed files with 1 additions and 1 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue