Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristopher Faylor <me@cgf.cx>2000-11-13 07:06:41 +0300
committerChristopher Faylor <me@cgf.cx>2000-11-13 07:06:41 +0300
commit70a11195b9bf3617e3dbe4b9de034b3792c65621 (patch)
tree3d65dd15dc384556623d9735b5f56d7811701ff5 /winsup/cygwin/fhandler.h
parent49421cd9c5d29b29b4da341a75855b00fbab9b3d (diff)
* path.cc (get_device_number): Allow /dev/ttySn to designate a com port.
Diffstat (limited to 'winsup/cygwin/fhandler.h')
-rw-r--r--winsup/cygwin/fhandler.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/winsup/cygwin/fhandler.h b/winsup/cygwin/fhandler.h
index 336b7a8ec..9010a17a5 100644
--- a/winsup/cygwin/fhandler.h
+++ b/winsup/cygwin/fhandler.h
@@ -902,8 +902,6 @@ public:
int wait (fd_set *readfds, fd_set *writefds, fd_set *exceptfds, DWORD ms);
};
-uid_t __stdcall get_file_owner (int, const char *);
-gid_t __stdcall get_file_group (int, const char *);
int __stdcall set_console_state_for_spawn ();
#endif /* _FHANDLER_H_ */