From: noer AT cygnus DOT com (Geoffrey Noer) Subject: Re: About cygwin.dll, help me. 19 Mar 1998 20:54:53 -0800 Message-ID: <199803191105.DAA26786.cygnus.cygwin32.developers@rtl.cygnus.com> References: <35108A11 DOT 17921838 AT atom DOT kaist DOT ac DOT kr> Content-Type: text To: wblee AT atom DOT kaist DOT ac DOT kr (Wan Bok Lee) Cc: cygwin32-developers AT cygnus DOT com Wan Bok Lee wrote: [...] > (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. shared.cc contains the actual def for *s. dcrt0.cc contains the def for *u. -- Geoffrey Noer noer AT cygnus DOT com