On 29/1/23 1:00, aitor wrote: > Therefore, I decided to remove the dependency on libprocps in all of my projects and now I'm using
> another method that requires the kernel config variable CONFIG_PROC_CHILDREN to be enabled. So is in
> the stock kernel of debian:
>
> CONFIG_PROC_CHILDREN=y
>
> Note that this variable determines the presence of the files /proc/<pid>/task/<tid>/children, where
> <tid> are the identifiers of the tasks carried out in the process with pid=<pid>.