> As I said, look for the thread_info() calls, to fill the field if the > returned count doesn't include it.
*process_file_gc_stat()*, the function which write the *stat *structure, doesn't calls to *thread_info()*. So I can't compare with **thread_info_counter()*, because this doesn't exists in this function. The only calls to *thread_info() *are in proc/info.c, in* S_proc_getprocinfo()* but I don't find the relation between this and *process_file_gc_stat()* El dom., 27 oct. 2019 a las 23:42, Samuel Thibault (<samuel.thiba...@gnu.org>) escribió: > Almudena Garcia, le dim. 27 oct. 2019 23:34:40 +0100, a ecrit: > > Now I have to continue working in Hurd patch. I don't know how to add > backward > > compatibility in this > > As I said, look for the thread_info() calls, to fill the field if the > returned count doesn't include it. > > Samuel >