]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/funlockfile.c
Namespace cleanliness: Rename all ***_unlocked functions to _PDCLIB_***_unlocked.
[pdclib.old] / functions / stdio / funlockfile.c
index 648a22e4d62afc4159c1736a755dd57f4ab1d8ad..01133905ae8cce08657eace636a4e63c346ce9bb 100644 (file)
@@ -12,7 +12,7 @@
 #include <threads.h>\r
 #include <stdlib.h>\r
 \r
-void funlockfile( FILE * file )\r
+void _PDCLIB_funlockfile( FILE * file )\r
 {\r
     int res = mtx_unlock( &file->lock );\r
     switch(res) {\r