]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/close.c
Merged branch stdio_rewrite back into trunk.
[pdclib] / platform / example / functions / _PDCLIB / close.c
index f3475974adb3048ce3021ae2bb9f512344e72dd1..c4b61738794444b55c1a5e387c6c7bf5315c68b0 100644 (file)
 #ifndef REGTEST
 #include <_PDCLIB_glue.h>
 
-#include <sys/types.h>
-#include <sys/stat.h>
-#include <fcntl.h>
-#include <unistd.h>
+extern int close( int fd );
 
 int _PDCLIB_close( int fd )
 {