X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=functions%2Fstdio%2Ffunlockfile.c;fp=functions%2Fstdio%2Ffunlockfile.c;h=01133905ae8cce08657eace636a4e63c346ce9bb;hp=648a22e4d62afc4159c1736a755dd57f4ab1d8ad;hb=202af43c19ec4f5f1d1b2827a7ef0b46abfebed5;hpb=c45b8c52827f1ea733cf211045d8d5b7bedcc970 diff --git a/functions/stdio/funlockfile.c b/functions/stdio/funlockfile.c index 648a22e..0113390 100644 --- a/functions/stdio/funlockfile.c +++ b/functions/stdio/funlockfile.c @@ -12,7 +12,7 @@ #include #include -void funlockfile( FILE * file ) +void _PDCLIB_funlockfile( FILE * file ) { int res = mtx_unlock( &file->lock ); switch(res) {