X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fclose.c;h=f3475974adb3048ce3021ae2bb9f512344e72dd1;hb=417f74b5fa364ce12c0071bfe20886c2d64027ec;hp=fd85f4c636986b630ebafb5440fe88308a946b26;hpb=0cc720d139ca1d0b59e92f9b12f6c87c07980279;p=pdclib.old diff --git a/platform/example/functions/_PDCLIB/close.c b/platform/example/functions/_PDCLIB/close.c index fd85f4c..f347597 100644 --- a/platform/example/functions/_PDCLIB/close.c +++ b/platform/example/functions/_PDCLIB/close.c @@ -20,7 +20,7 @@ #include #include -int _PDCLIB_close( _PDCLIB_fd_t fd ) +int _PDCLIB_close( int fd ) { return close( fd ); }