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>2002-06-02 20:42:02 +0400
committerChristopher Faylor <me@cgf.cx>2002-06-02 20:42:02 +0400
commit47413f8473f7def5e11fe2c4fc26aae76cf766b6 (patch)
treed2123759f0ea4da0e587e72f9c910710a639cd2a /winsup/cygwin/fhandler_process.cc
parentafc15fdf4919767b85776b06cd4c0a629098d690 (diff)
* fhandler_process.cc (fhandler_process::open): Set fileid.
Diffstat (limited to 'winsup/cygwin/fhandler_process.cc')
-rw-r--r--winsup/cygwin/fhandler_process.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/winsup/cygwin/fhandler_process.cc b/winsup/cygwin/fhandler_process.cc
index aaeead63a..e918c3e4c 100644
--- a/winsup/cygwin/fhandler_process.cc
+++ b/winsup/cygwin/fhandler_process.cc
@@ -226,6 +226,7 @@ fhandler_process::open (path_conv *pc, int flags, mode_t mode)
goto out;
}
+ fileid = process_file_no;
fill_filebuf (p);
if (flags & O_APPEND)