Mailing-List: contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm List-Subscribe: List-Archive: List-Post: List-Help: , Sender: cygwin-developers-owner AT sources DOT redhat DOT com Delivered-To: mailing list cygwin-developers AT sources DOT redhat DOT com Date: Wed, 17 Jan 2001 20:53:06 -0500 Message-Id: <200101180153.UAA26883@envy.delorie.com> X-Authentication-Warning: envy.delorie.com: dj set sender to dj AT envy DOT delorie DOT com using -f From: DJ Delorie To: cygwin-developers AT cygwin DOT com Subject: some header bugs While building some internal Red Hat stuff, I noticed the following: In /usr/include/termcap.h, some variables are declared "extern" but there's no provision for marking them as dllimport when you link against the dll version of the termcap library, which is the default. In /usr/include/sys/unistd.h, setdtablesize() is defined as returning void, but bash/builtins/ulimit.def wants it to return an int (an error code if any). And just to beat Chris to it, "Patches welcome." :-)