X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2Ffseek.c;h=9a945477445c4642291748ba17cd86cd97fe4855;hb=a906e8db3ad992be040daec8afd6f8df71aa96e5;hp=43789c8a71b6cca2cf43ffab38ccd22260bc0c26;hpb=ebbb2c137648e2938834aead6e8c871b07fd2dc9;p=pdclib.old 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 ) {