summaryrefslogtreecommitdiff
path: root/src/libudev/libudev.sym
diff options
context:
space:
mode:
authorAnthony G. Basile <blueness@gentoo.org>2014-08-06 09:18:04 -0400
committerAnthony G. Basile <blueness@gentoo.org>2014-08-06 09:18:11 -0400
commitd97aec9c404bdd1e5743a4331d4488e23d9583f7 (patch)
tree814c0ff4393def8b8ce2e3b155d29ee3dd4031c9 /src/libudev/libudev.sym
parentcb2823bc026644ae56c9d257591d28a4f3110f4b (diff)
src/libudev/libudev.sym: mark most symbols as hidden
Signed-off-by: Anthony G. Basile <blueness@gentoo.org>
Diffstat (limited to 'src/libudev/libudev.sym')
-rw-r--r--src/libudev/libudev.sym7
1 files changed, 2 insertions, 5 deletions
diff --git a/src/libudev/libudev.sym b/src/libudev/libudev.sym
index 7062e29bda..95cd1c7b9e 100644
--- a/src/libudev/libudev.sym
+++ b/src/libudev/libudev.sym
@@ -93,6 +93,8 @@ global:
udev_set_userdata;
udev_unref;
udev_util_encode_string;
+local:
+ *;
};
LIBUDEV_189 {
@@ -112,8 +114,3 @@ LIBUDEV_199 {
global:
udev_device_set_sysattr_value;
} LIBUDEV_196;
-
-LIBUDEV_internal {
-global:
- *;
-} LIBUDEV_199;