Commit 6bf50b29 authored by Poul-Henning Kamp's avatar Poul-Henning Kamp

Silence warnings about the VMOD interface functions not being used etc.

parent 6e95c71c
......@@ -49,6 +49,19 @@
-efunc(838, VRT_purge)
-efunc(838, VRT_purge_string)
// Stuff in VMODs which is used through dl*(3) functions
-esym(754, Vmod_Func*)
-esym(765, Vmod_Func)
-esym(552, Vmod_Func)
-esym(765, Vmod_Len)
-esym(714, Vmod_Len)
-esym(765, Vmod_Name)
-esym(714, Vmod_Name)
-esym(765, Vmod_Proto)
-esym(714, Vmod_Proto)
-esym(765, Vmod_Spec)
-esym(714, Vmod_Spec)
//-sem (pthread_mutex_lock, thread_lock)
-sem (pthread_mutex_trylock, thread_lock)
-sem (VBE_DropRefLocked, thread_unlock)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment