diff options
Diffstat (limited to 'winsup/cygwin/fhandler_dsp.cc')
-rw-r--r-- | winsup/cygwin/fhandler_dsp.cc | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler_dsp.cc b/winsup/cygwin/fhandler_dsp.cc index 54c8ad244..2ca44e321 100644 --- a/winsup/cygwin/fhandler_dsp.cc +++ b/winsup/cygwin/fhandler_dsp.cc @@ -487,8 +487,8 @@ fhandler_dev_dsp::read (void *ptr, size_t& len) return; } -__off64_t -fhandler_dev_dsp::lseek (__off64_t offset, int whence) +_off64_t +fhandler_dev_dsp::lseek (_off64_t offset, int whence) { return 0; } |