]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/funlockfile.c
[gandr] s/__lp64__/__LP64__/ to match GCC define
[pdclib.old] / functions / stdio / funlockfile.c
index 0845aab1ab1d85899c27b7d0a6953280b80c3d0a..01133905ae8cce08657eace636a4e63c346ce9bb 100644 (file)
@@ -8,10 +8,11 @@
 #include <stdarg.h>\r
 \r
 #ifndef REGTEST\r
+#include <_PDCLIB_io.h>\r
 #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