X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=0ffbebc7eb6b97a1fa0d89e488ff5f6dde826931;hb=c6ad2955369a21831b1c08dc432777a32aaa31c3;hp=94da07fd953a4aed1c0891baafab93777e740748;hpb=64249b24c5f43657d36c9b04165afb88e000bf78;p=pdclib.old diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index 94da07f..0ffbebc 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -33,7 +33,7 @@ void * _PDCLIB_allocpages( int n ); /* A system call that opens a file identified by name in a given mode, and returns a file descriptor uniquely identifying that file. */ -_PDCLIB_fd_t _PDCLIB_open( char const * const filename, int mode ); +_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.