Skip to content

Commit

Permalink
chore(userspace/libscap): minor change.
Browse files Browse the repository at this point in the history
Co-authored-by: Mauro Ezequiel Moltrasio <mmoltras@redhat.com>

Co-authored-by: Mauro Ezequiel Moltrasio <mmoltras@redhat.com>
Signed-off-by: Federico Di Pierro <nierro92@gmail.com>
  • Loading branch information
FedeDP and Molter73 committed Oct 25, 2022
1 parent 83c8272 commit a0efa5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion userspace/libscap/scap.c
Original file line number Diff line number Diff line change
Expand Up @@ -1256,8 +1256,9 @@ int scap_native_id_to_ppm_sc(int native_id)
return -1;
}
return g_syscall_table[native_id].ppm_sc;
#endif
#else
return -1;
#endif
}

int scap_get_modifies_state_tracepoints(OUT uint32_t tp_array[TP_VAL_MAX])
Expand Down

0 comments on commit a0efa5f

Please sign in to comment.