X-Git-Url: https://pd.if.org/git/?p=pdclib;a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=0ffbebc7eb6b97a1fa0d89e488ff5f6dde826931;hp=94da07fd953a4aed1c0891baafab93777e740748;hb=ac888cf8ada81fe577ba3da053be3379b85b6499;hpb=519443d45a417a108fc47caaf790efc963d8d3f6 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.