X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=internals%2F_PDCLIB_glue.h;h=0ffbebc7eb6b97a1fa0d89e488ff5f6dde826931;hb=e6fd9753e785702792a00236f86f257a22f5c794;hp=f19e25071a7f8cb495bb88278b1559f8de692ade;hpb=d02f38605b53cdff5460cc6b9e1b2a80c3a2ba4c;p=pdclib diff --git a/internals/_PDCLIB_glue.h b/internals/_PDCLIB_glue.h index f19e250..0ffbebc 100644 --- a/internals/_PDCLIB_glue.h +++ b/internals/_PDCLIB_glue.h @@ -1,7 +1,5 @@ /* $Id$ */ -/* Release $Name$ */ - /* OS glue functions declaration <_PDCLIB_glue.h> This file is part of the Public Domain C Library (PDCLib). @@ -35,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.