From: Martin Baute Date: Mon, 12 Dec 2016 08:18:37 +0000 (+0100) Subject: remove() implemented directly without glue trampoline. X-Git-Url: https://pd.if.org/git/?p=pdclib;a=commitdiff_plain;h=be738e08ec9ba2498d81153bee1de9b8af7e764c;hp=21fd32d9b884bcd1adb78c04b99668a1cb4bc3aa remove() implemented directly without glue trampoline. --- diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index ef224c7..68f37e7 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -62,11 +62,6 @@ bool _PDCLIB_open( _PDCLIB_fd_t* fd, const _PDCLIB_fileops_t** ops, char const * filename, unsigned int mode ); -/* 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