Skip to content

Commit

Permalink
fixup! new(scap): introduce linux hostinfo platform
Browse files Browse the repository at this point in the history
  • Loading branch information
gnosek committed Jul 22, 2024
1 parent ee8829e commit 1fb6fe1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion userspace/libscap/scap.c
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ struct scap_platform* scap_linux_alloc_platform(proc_entry_callback proc_callbac
{
return NULL;
}
struct scap_platform* scap_linux_hostinfo_alloc_platform(proc_entry_callback proc_callback, void* proc_callback_context)
struct scap_platform* scap_linux_hostinfo_alloc_platform()
{
return NULL;
}
Expand Down

0 comments on commit 1fb6fe1

Please sign in to comment.