X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=48727f86503ca69bc101dcb1c902bb958dacbaae;hb=refs%2Fheads%2Fbranches%2Fretrace;hp=534322b9627dfb21915f7dd144f3e4ca9d552447;hpb=d6f1494a4f38a212b29a13ee713885058dcf0fe7;p=pdclib diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index 534322b..48727f8 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -33,7 +33,7 @@ void * _PDCLIB_allocpages( int n ); /* stdio.h */ -/* A system call that opens a file identified by name in a given mode. Return +/* A system call that opens a file identified by name in a given mode. Return a file descriptor uniquely identifying that file. (The mode is the return value of the _PDCLIB_filemode() function.) */ @@ -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