X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=505b91930cd78ade1a12f127ea445bf7070d9b62;hp=f390dfaa84bf773169b516a89596e46133fa603b;hb=13ee02fa27a739d9d602f801126eadcfbfeab8a8;hpb=97e30a162595b6a709600f1f1d7d9ebf21f469d1 diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index f390dfa..505b919 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -36,7 +36,8 @@ void * _PDCLIB_allocpages( int n ); _PDCLIB_fd_t _PDCLIB_open( char const * const filename, unsigned int mode ); /* A system call that writes n characters to a file identified by given file - descriptor. Return the number of characters written. + descriptor. Return the number of characters actually written, or zero if + an error occured. */ _PDCLIB_size_t _PDCLIB_write( _PDCLIB_fd_t fd, char const * buffer, _PDCLIB_size_t n );