Skip to content

Commit 9445057

Browse files
authored
Merge pull request #136 from ojeda/misleading
Remove wrong sentence about mangling in `v0` scheme
2 parents c9a72e7 + 2f23d32 commit 9445057

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

rust/exports.c

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,8 @@
44
// the entire `include/linux/export.h` logic in Rust.
55
//
66
// 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).
7+
// one ("legacy") uses invalid characters for C identifiers (thus we cannot use
8+
// the `EXPORT_SYMBOL_*` macros).
109

1110
#include <linux/module.h>
1211

0 commit comments

Comments
 (0)