diff options
author | Ian Stakenvicius <axs@gentoo.org> | 2013-04-05 10:50:57 -0400 |
---|---|---|
committer | Ian Stakenvicius <axs@gentoo.org> | 2013-04-05 10:55:36 -0400 |
commit | 8083286957db6221d61fc0d9f851b3abf11f3681 (patch) | |
tree | bb9a452ecad6a685ad18d693f41dca6f435d06c5 /src/libudev/libudev.sym | |
parent | b8c77fcd0774e0c1ecf0451c4faaa4de08359ee6 (diff) |
adjust symbol versioning for libudev
Libudev has a symbol version for 199 now, so the libudev_internal
version (which is used to essentially hide symbols that are not
part of the external API) needs to use 199 as its baseline instead
of 196
Signed-off-by: Ian Stakenvicius <axs@gentoo.org>
Diffstat (limited to 'src/libudev/libudev.sym')
-rw-r--r-- | src/libudev/libudev.sym | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libudev/libudev.sym b/src/libudev/libudev.sym index ddbcf94b6e..d0fb2d58d2 100644 --- a/src/libudev/libudev.sym +++ b/src/libudev/libudev.sym @@ -115,4 +115,4 @@ global: LIBUDEV_internal { global: *; -} LIBUDEV_196; +} LIBUDEV_199; |