OSDN Git Service

* fhandler.h (fhandler_registry::opendir): Declare.
[pf3gnuchains/pf3gnuchains4x.git] / winsup / cygwin / fhandler.h
index e4ba584..e3a7136 100644 (file)
@@ -1979,6 +1979,7 @@ class fhandler_registry: public fhandler_proc
   fhandler_registry ();
   void set_name (path_conv &pc);
   virtual_ftype_t exists();
+  DIR *opendir (int fd) __attribute__ ((regparm (2)));
   int readdir (DIR *, dirent *) __attribute__ ((regparm (3)));
   long telldir (DIR *);
   void seekdir (DIR *, long);