]> pd.if.org Git - pdclib/blobdiff - functions/stdio/fseek.c
restrict keyword cleanup.
[pdclib] / functions / stdio / fseek.c
index 43789c8a71b6cca2cf43ffab38ccd22260bc0c26..9a945477445c4642291748ba17cd86cd97fe4855 100644 (file)
@@ -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 )
     {