X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffseek.c;h=9a945477445c4642291748ba17cd86cd97fe4855;hb=e34c756b945fd7970875fd42e81e636fe5dbd247;hp=43789c8a71b6cca2cf43ffab38ccd22260bc0c26;hpb=2dd72cf05ed2f00eb655bc9fd3d0ac750ae62524;p=pdclib diff --git a/functions/stdio/fseek.c b/functions/stdio/fseek.c index 43789c8..9a94547 100644 --- a/functions/stdio/fseek.c +++ b/functions/stdio/fseek.c @@ -12,7 +12,7 @@ #include <_PDCLIB_glue.h> -int fseek( struct _PDCLIB_file_t * _PDCLIB_restrict stream, long offset, int whence ) +int fseek( struct _PDCLIB_file_t * stream, long offset, int whence ) { if ( stream->status & _PDCLIB_FWRITE ) {