]> pd.if.org Git - pdclib/blobdiff - functions/stdio/_PDCLIB_seek.c
_PDCLIB_seek: Incorrect specification (used int64_t where int_fast64_t was correct)
[pdclib] / functions / stdio / _PDCLIB_seek.c
index 5a3f982bab000dd8f991b892251edf7f6a8ba072..42c3273780fd8ec2f66027be4f9b387259c9e568 100644 (file)
@@ -9,7 +9,8 @@
 #include <errno.h>\r
 #ifndef REGTEST\r
 \r
-int_fast64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, _PDCLIB_int64_t offset, \r
+int_fast64_t _PDCLIB_seek( struct _PDCLIB_file_t * stream, \r
+                           int_fast64_t offset, \r
                            int whence )\r
 {\r
     int_fast64_t newPos;\r