diff options
author | 浅倉麗子 | 2020-05-20 10:09:14 -0400 |
---|---|---|
committer | 浅倉麗子 | 2020-05-20 10:09:14 -0400 |
commit | 48d9b9938db9e347d82313437bcc06d80a8d9eb2 (patch) | |
tree | 5434423cb2f11cec02100dd30aafd0548b0c6b48 | |
parent | Show error if kernel module not linked (diff) | |
download | sharpscale-48d9b9938db9e347d82313437bcc06d80a8d9eb2.tar.gz |
Use specific NID for syscall library
This needs to be updated each time compatibility with the config app is
broken so that the config app will not link against an incompatible
version.
-rw-r--r-- | exports.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/exports.yml b/exports.yml index d8c9735..0bb34a0 100644 --- a/exports.yml +++ b/exports.yml @@ -8,6 +8,7 @@ Sharpscale: stop: module_stop modules: Sharpscale: + nid: 0xEB132AAF syscall: true functions: - SharpscaleGetConfig |