From: Martin Baute Date: Mon, 12 Dec 2016 08:18:12 +0000 (+0100) Subject: remove() implemented directly without glue trampoline. X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=73345afc634a9859f7d3764b2e026b42c9b9269e remove() implemented directly without glue trampoline. --- diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index cce59e7..48727f8 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -61,11 +61,6 @@ _PDCLIB_int64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, _PDCLIB_int64_t of */ int _PDCLIB_close( _PDCLIB_fd_t fd ); -/* A system call that removes a file identified by name. Return zero on success, - non-zero otherwise. -*/ -int _PDCLIB_remove( const char * filename ); - /* A system call that renames a file from given old name to given new name. Return zero on success, non-zero otherwise. In case of failure, the file must still be accessible by old name. Any handling of open files etc. is