suckle
This commit is contained in:
parent
e7372afa2f
commit
ea13e2fc57
9 changed files with 57 additions and 32 deletions
3
src/os/linux/issetugid_stub.cpp
Normal file
3
src/os/linux/issetugid_stub.cpp
Normal file
|
@ -0,0 +1,3 @@
|
|||
#include "src/util/macros.h"
|
||||
|
||||
extern "C" fn issetugid() -> usize { return 0; } // NOLINT
|
|
@ -22,6 +22,9 @@ fn GetZypperPackageCount() -> std::optional<usize>;
|
|||
// Get package count from apk (Alpine)
|
||||
fn GetApkPackageCount() -> std::optional<usize>;
|
||||
|
||||
// Get package count from nix
|
||||
fn GetNixPackageCount() -> std::optional<usize>;
|
||||
|
||||
// Get package count from flatpak
|
||||
fn GetFlatpakPackageCount() -> std::optional<usize>;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue