X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=platform%2Fexample%2Ffunctions%2F_PDCLIB%2Fclose.c;h=c4b61738794444b55c1a5e387c6c7bf5315c68b0;hb=36b77c1eaf2ffddb76ef8ed2e6acd046682875c7;hp=f3475974adb3048ce3021ae2bb9f512344e72dd1;hpb=f95a96d949a941d03a18cdacf4442656c7db9233;p=pdclib diff --git a/platform/example/functions/_PDCLIB/close.c b/platform/example/functions/_PDCLIB/close.c index f347597..c4b6173 100644 --- a/platform/example/functions/_PDCLIB/close.c +++ b/platform/example/functions/_PDCLIB/close.c @@ -15,10 +15,7 @@ #ifndef REGTEST #include <_PDCLIB_glue.h> -#include -#include -#include -#include +extern int close( int fd ); int _PDCLIB_close( int fd ) {