mirror of
https://github.com/apache/nuttx.git
synced 2026-09-20 04:47:58 +08:00
fs_procfsproc.c edited online with Bitbucket. Fix problem introduced in last patch
This commit is contained in:
@@ -920,6 +920,7 @@ static ssize_t proc_groupfd(FAR struct proc_file_s *procfile,
|
||||
|
||||
#if CONFIG_NFILE_DESCRIPTORS > 0 /* Guaranteed to be true */
|
||||
linesize = snprintf(procfile->line, STATUS_LINELEN, "\n%-3s %-8s %s\n",
|
||||
"FD", "POS", "OFLAGS");
|
||||
copysize = procfs_memcpy(procfile->line, linesize, buffer, remaining, &offset);
|
||||
|
||||
totalsize += copysize;
|
||||
|
||||
Reference in New Issue
Block a user