Skip to content
Snippets Groups Projects
Commit 58252297 authored by Danny Auble's avatar Danny Auble
Browse files

fix for warning, (non-aix systems)

parent 497cd409
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,9 @@ int jobacct_p_add_task(pid_t pid, uint16_t tid)
struct jobacctinfo *jobacct_p_stat_task(pid_t pid)
{
#ifdef HAVE_AIX
_get_process_data();
#endif
return common_stat_task(pid);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment