Mailing-List: contact cygwin-help@sourceware.cygnus.com; run by ezmlm
List-Subscribe: <mailto:cygwin-subscribe@sources.redhat.com>
List-Archive: <http://sources.redhat.com/ml/cygwin/>
List-Post: <mailto:cygwin@sources.redhat.com>
List-Help: <mailto:cygwin-help@sources.redhat.com>, <http://sources.redhat.com/ml/#faqs>
Sender: cygwin-owner@sources.redhat.com
Delivered-To: mailing list cygwin@sources.redhat.com
From: Chris Faylor <cgf@cygnus.com>
Date: Tue, 15 Aug 2000 14:35:18 -0400
To: cygwin@sourceware.cygnus.com
Subject: Re: working around "more" (Was Re: what is my mistake?!!!!!)
Message-ID: <20000815143518.A8185@cygnus.com>
Reply-To: cygwin@sources.redhat.com
Mail-Followup-To: cygwin@sourceware.cygnus.com
References: <20000814162351.24847.qmail@web114.yahoomail.com>
Mime-Version: 1.0
Content-Type: text/plain; charset=us-ascii
Content-Disposition: inline
User-Agent: Mutt/1.3.6i
In-Reply-To: <20000814162351.24847.qmail@web114.yahoomail.com>; from earnie_boyd@yahoo.com on Mon, Aug 14, 2000 at 09:23:51AM -0700

On Mon, Aug 14, 2000 at 09:23:51AM -0700, Earnie Boyd wrote:
>--- "Charles S. Wilson" <cwilson@ece.gatech.edu> wrote:
>> 
>> But the question is, should sys/strace.h *really* contain C++
>> constructs? I thought system header files were supposed be universally
>> C, not C++.
>> 
>
>Well, Chris will have to answer this question *really*, but my guess would be
>that it's because the strace program is a c++ program.  Possibly, the strace.h
>file should be renamed to strace and a new strace.h for wrappers to the c++
>functions be created, if you catch what I mean.  I'm not at all well versed in
>c++ so forgive me if I'm off track.

The strace.h file has been c++ only since March 7.

Personally, I think it was a mistake to expose strace to external
programs.  IMO, this is an "OS" interface.

However, for now, you'll need to use c++ to access strace.

I've recently also made changes to accomodate some newer gccs which
have deprecated some of the usages that I'd relied on in the header.

FYI, DJ, Corinna, and I are at a meeting this week, so our responses
to email will be pretty slow.

cgf

--
Want to unsubscribe from this list?
Send a message to cygwin-unsubscribe@sourceware.cygnus.com

