From mboxrd@z Thu Jan 1 00:00:00 1970 From: Richard Henderson To: gcc-patches@gcc.gnu.org Subject: Re: [PATCH] Fix libiberty to detect new cygwin exports Date: Wed, 15 Aug 2001 15:24:00 -0000 Message-id: <20010815153958.D11864@redhat.com> References: <20010815180621.A16847@redhat.com> X-SW-Source: 2001-08/msg00956.html On Wed, Aug 15, 2001 at 06:06:21PM -0400, Christopher Faylor wrote: > Newer cygwins export sys_errlist and sys_nerr. Why? strerror provides equivalent functionality, and its use requires fewer runtime relocations. r~