]> pd.if.org Git - pdclib/blobdiff - platform/example/functions/_PDCLIB/close.c
Not using typedef'ed types here for added insurance against incompabilities.
[pdclib] / platform / example / functions / _PDCLIB / close.c
index fd85f4c636986b630ebafb5440fe88308a946b26..f3475974adb3048ce3021ae2bb9f512344e72dd1 100644 (file)
@@ -20,7 +20,7 @@
 #include <fcntl.h>
 #include <unistd.h>
 
-int _PDCLIB_close( _PDCLIB_fd_t fd )
+int _PDCLIB_close( int fd )
 {
     return close( fd );
 }