summaryrefslogtreecommitdiffstats
path: root/winsup/cygwin/fhandler_tty.cc
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2012-11-26 13:28:53 +0000
committerCorinna Vinschen <corinna@vinschen.de>2012-11-26 13:28:53 +0000
commit5ab123f4aa7cb23e78bc20b6a90bd14298949cd0 (patch)
tree2a10f12800cf797d2418633f6ef4255c824f21a5 /winsup/cygwin/fhandler_tty.cc
parent3afc3efbab915342c5ad69fb96230b88323da4c6 (diff)
downloadcygnal-5ab123f4aa7cb23e78bc20b6a90bd14298949cd0.tar.gz
cygnal-5ab123f4aa7cb23e78bc20b6a90bd14298949cd0.tar.bz2
cygnal-5ab123f4aa7cb23e78bc20b6a90bd14298949cd0.zip
* fhandler_registry.cc: Drop Mingw.org considerations.
* fhandler_serial.cc: Ditto. * fhandler_socket.cc: Ditto. * fhandler_tape.cc: Ditto. * fhandler_tty.cc: Ditto. * net.cc: Ditto. * ntdll.h: Ditto. * sched.cc: Ditto. * sec_helper.cc: Ditto.
Diffstat (limited to 'winsup/cygwin/fhandler_tty.cc')
-rw-r--r--winsup/cygwin/fhandler_tty.cc4
1 files changed, 0 insertions, 4 deletions
diff --git a/winsup/cygwin/fhandler_tty.cc b/winsup/cygwin/fhandler_tty.cc
index dcbe8097d..032231ade 100644
--- a/winsup/cygwin/fhandler_tty.cc
+++ b/winsup/cygwin/fhandler_tty.cc
@@ -1487,10 +1487,6 @@ fhandler_pty_slave::fixup_after_exec ()
fixup_after_fork (NULL);
}
-#ifndef __MINGW64_VERSION_MAJOR
-extern "C" BOOL WINAPI GetNamedPipeClientProcessId (HANDLE, PULONG);
-#endif
-
/* This thread function handles the master control pipe. It waits for a
client to connect. Then it checks if the client process has permissions
to access the tty handles. If so, it opens the client process and