diff options
Diffstat (limited to 'winsup/cygwin/fhandler_registry.cc')
-rw-r--r-- | winsup/cygwin/fhandler_registry.cc | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/winsup/cygwin/fhandler_registry.cc b/winsup/cygwin/fhandler_registry.cc index e0938e738..4fc502477 100644 --- a/winsup/cygwin/fhandler_registry.cc +++ b/winsup/cygwin/fhandler_registry.cc @@ -292,7 +292,7 @@ fhandler_registry::telldir (DIR * dir) } void -fhandler_registry::seekdir (DIR * dir, __off32_t loc) +fhandler_registry::seekdir (DIR * dir, __off64_t loc) { /* Unfortunately cannot simply set __d_position due to transition from sub-keys to * values. @@ -490,6 +490,11 @@ out: return res; } +void +fhandler_registry::fill_filebuf () +{ +} + /* Auxillary member function to open registry keys. */ HKEY fhandler_registry::open_key (const char *name, REGSAM access, bool isValue) |