diff options
author | Damjan Marion <damarion@cisco.com> | 2017-01-03 20:11:35 +0100 |
---|---|---|
committer | John Lo <loj@cisco.com> | 2017-01-03 20:34:42 +0000 |
commit | 0eca04d84e39ca16c60bea91d77a1c458300c16c (patch) | |
tree | fba13213d7d75f8f69a040911a4d314c4b5c9eb0 /src/vlib | |
parent | 99c201964ab7514e55d66ad2ca5bbe68440bd75b (diff) |
vlib: merge libvlib_unix.so into libvlib.so
Change-Id: Iedbee427d838794c4b26db5bd07b8d27aad9fcd8
Signed-off-by: Damjan Marion <damarion@cisco.com>
Diffstat (limited to 'src/vlib')
-rw-r--r-- | src/vlib/unix/plugin.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/vlib/unix/plugin.h b/src/vlib/unix/plugin.h index c17053bd306..f35c9c5de1e 100644 --- a/src/vlib/unix/plugin.h +++ b/src/vlib/unix/plugin.h @@ -48,7 +48,7 @@ * * Applications control the plugin search path and name filter by * declaring the variables vlib_plugin_path and vlib_plugin_name_filter. - * libvlib_unix.la supplies weak references for these symbols which + * libvlib.la supplies weak references for these symbols which * effectively disable the scheme. In order for the elf-section magic to * work, static plugins must be loaded at the earliest possible moment. * |