diff options
author | Kay Sievers <kay@vrfy.org> | 2013-09-17 16:37:42 -0500 |
---|---|---|
committer | Kay Sievers <kay@vrfy.org> | 2013-09-17 17:09:46 -0500 |
commit | 491d152dbddb85bc8c309ba24133c99219c8d300 (patch) | |
tree | e2ac8d1467078db178c5b08379a9bc9b064bc8ac /src/libudev | |
parent | 4608af4333d0f7f5f8e3bc632801b04ef07d246d (diff) |
libudev: add missing 'global' to symbol export
Diffstat (limited to 'src/libudev')
-rw-r--r-- | src/libudev/libudev.sym | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libudev/libudev.sym b/src/libudev/libudev.sym index 8e09430aec..1e6f885141 100644 --- a/src/libudev/libudev.sym +++ b/src/libudev/libudev.sym @@ -109,5 +109,6 @@ global: } LIBUDEV_189; LIBUDEV_199 { +global: udev_device_set_sysattr_value; } LIBUDEV_196; |