I'm using strace to investigate the select system call of a process and I'm trying to figure out what does left
mean. Find below the debug line extracted from the strace log.
select(13, [6 7 8 11 12], [], NULL, {0, 10000}) = 1 (in [11], **left** {0, 9994})
So far, I didn't find anything in the available documentation.