From b25e8b65c27642806ba9f6cc6a75373bdc17c337 Mon Sep 17 00:00:00 2001 From: Christopher Faylor Date: Sat, 18 Dec 2004 16:37:44 +0000 Subject: * fhandler_proc.cc (proc_listing): Add entry for "self". (proc_fhandlers): Add entry for "self". * fhandler_process.cc (fhandler_process::fstate): Handle "self". (fhandler_process::open): Handle "self". --- winsup/cygwin/fhandler_proc.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'winsup/cygwin/fhandler_proc.cc') diff --git a/winsup/cygwin/fhandler_proc.cc b/winsup/cygwin/fhandler_proc.cc index 0443240d2..8e94092df 100644 --- a/winsup/cygwin/fhandler_proc.cc +++ b/winsup/cygwin/fhandler_proc.cc @@ -54,6 +54,7 @@ static const char *proc_listing[] = { "uptime", "cpuinfo", "partitions", + "self", NULL }; @@ -73,6 +74,7 @@ static const DWORD proc_fhandlers[PROC_LINK_COUNT] = { FH_PROC, FH_PROC, FH_PROC, + FH_PROCESS, }; /* name of the /proc filesystem */ -- cgit v1.2.3