On Mon, 16 Mar 2026 15:04:10 GMT, Thomas Stuefe <[email protected]> wrote:

>> the proc file can include directory entries resresened by '.' or '..' hence 
>> using 'isdigit(dentp->d_name[0])' 
>> 
>> if I run the below on linux
>> 
>> 
>> ls -a /proc/self/fd 
>> .  ..  0  1  2  3
>
> And these are returned by opendir iteration?

yeah so the first two iterations are . and .. from the above file

-------------

PR Review Comment: https://git.openjdk.org/jdk/pull/27971#discussion_r2941080020

Reply via email to