www.delorie.com/archives/browse.cgi | search |
Mailing-List: | contact cygwin-developers-help AT sourceware DOT cygnus DOT com; run by ezmlm |
List-Subscribe: | <mailto:cygwin-developers-subscribe AT sources DOT redhat DOT com> |
List-Archive: | <http://sources.redhat.com/ml/cygwin-developers/> |
List-Post: | <mailto:cygwin-developers AT sources DOT redhat DOT com> |
List-Help: | <mailto:cygwin-developers-help AT sources DOT redhat DOT com>, <http://sources.redhat.com/ml/#faqs> |
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 <dj AT delorie DOT com> |
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." :-)
webmaster | delorie software privacy |
Copyright © 2019 by DJ Delorie | Updated Jul 2019 |