We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c9a72e7 + 2f23d32 commit 9445057Copy full SHA for 9445057
rust/exports.c
@@ -4,9 +4,8 @@
4
// the entire `include/linux/export.h` logic in Rust.
5
//
6
// This requires the Rust's new/future `v0` mangling scheme because the default
7
-// one ("legacy") 1) uses a hash suffix which cannot be predicted across
8
-// compiler versions and 2) uses invalid characters for C identifiers
9
-// (thus we cannot use the `EXPORT_SYMBOL_*` macros).
+// one ("legacy") uses invalid characters for C identifiers (thus we cannot use
+// the `EXPORT_SYMBOL_*` macros).
10
11
#include <linux/module.h>
12
0 commit comments