mirror of
https://github.com/darlinghq/darling-bsm.git
synced 2024-11-23 03:49:46 +00:00
Add au_sdev_close stub
This commit is contained in:
parent
dc0ec5088a
commit
bec0dd61bb
5
stub.c
5
stub.c
@ -13,6 +13,11 @@ int audit_token_to_pidversion(audit_token_t atoken)
|
||||
return 0;
|
||||
}
|
||||
|
||||
int au_sdev_close(au_sdev_handle_t *dev) {
|
||||
STUB();
|
||||
return 0;
|
||||
}
|
||||
|
||||
int au_sdev_read_aia(au_sdev_handle_t* ash, int* event, auditinfo_addr_t* aia_p) {
|
||||
if (!ash || !event || !aia_p) {
|
||||
// i'm assuming this is what we should return
|
||||
|
Loading…
Reference in New Issue
Block a user