]> sourceware.org Git - newlib-cygwin.git/commit
Cygwin: disk device: stop using SetFilePointer
authorCorinna Vinschen <corinna@vinschen.de>
Sat, 9 Feb 2019 17:41:47 +0000 (18:41 +0100)
committerCorinna Vinschen <corinna@vinschen.de>
Sat, 9 Feb 2019 17:41:47 +0000 (18:41 +0100)
commit52d91f112ec2e5dd62edd200ca547bb11e52effa
tree6555fec1fdafa253a0dc5d1187f2a3272f0f0202
parent0be0b8f0335ec0fad6188b3570dffeba4ec94fea
Cygwin: disk device: stop using SetFilePointer

This is a really old and crappy API, as the previous commit shows.
Use NtQueryInformationFile(FilePositionInformation) here instead.

Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
winsup/cygwin/fhandler_floppy.cc
This page took 0.028679 seconds and 5 git commands to generate.