From: wblee AT atom DOT kaist DOT ac DOT kr (Wan Bok Lee) Subject: About cygwin.dll, help me. 18 Mar 1998 23:22:42 -0800 Message-ID: <35108A11.17921838.cygnus.cygwin32.developers@atom.kaist.ac.kr> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 8bit To: cygwin32-developers AT cygnus DOT com I've got a chance to look into the source code of the cygwin.dll. and I want to make some change in it as to support additional capability. However by now, I can't catch even where is the "the definition of the per_process u, and that of shared_info s" they are frequently used in the source code, and defined externally like following. (cygwin32.dll beta18, cdk/winsup/winsup.h) >line 160: extern per_process *u; >line 339: extern shared_info *s; their type definitions (i.e. calss per_process, class shared_info) are easily found. but, instance definition (i.e. u, s) are not. I would be very much appreciated, if anyone who knows the solution of this problem to me. I also welcome any infomation about those variables. Thanks, my email address : wblee AT coregate DOT kaist DOT ac DOT kr