Skip to content

Commit

Permalink
libkmod: document the symbols file
Browse files Browse the repository at this point in the history
Add a note about the v5 sections and note we should not change existing
sections.

Signed-off-by: Emil Velikov <[email protected]>
  • Loading branch information
evelikov committed Sep 14, 2024
1 parent eacc975 commit c087354
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions libkmod/libkmod.sym
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
# With kmod v5 we bumped the DSO major and re-tagged all symbols.
#
# NOTE: Do not change the existing sections. Add new symbols to new sections.
LIBKMOD_5 {
global:
kmod_get_log_priority;
Expand Down

0 comments on commit c087354

Please sign in to comment.