]> mj.ucw.cz Git - libucw.git/blobdiff - lib/threads.c
Merge with git+ssh://cvs.ucw.cz/projects/sherlock/GIT/sherlock.git
[libucw.git] / lib / threads.c
index ce55c0e6d2ec8702ba9a2309f943dbe0c91fbcd7..d2e0f220d769bce15c34935cb12ca259e8413cfe 100644 (file)
@@ -87,7 +87,7 @@ ucwlib_unlock(void)
 #else
 
 struct ucwlib_context *
-ucw_thread_context(void)
+ucwlib_thread_context(void)
 {
   static struct ucwlib_context ucwlib_context;
   return &ucwlib_context;