index
:
meson
debian
progress-linux
upstream
debian 11 backports: hardware (libnvme, nvme-cli)
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
test cases
/
common
/
145 recursive linking
/
shnodep
/
lib.c
blob: a3b7993c2f073d1d346b25d1e925fa27ccc640ef (
plain
)
1
2
3
4
5
6
#include
"../lib.h"
SYMBOL_EXPORT
int
get_shnodep_value
(
void
)
{
return
1
;
}