Eric Blake writes:
>
> Larry Jones siemens.com> writes:
> >
> > On a more general note, it looks like fseeko and ftello both need more
> > work to be generally useful on platforms that have a wide off_t but
> > don't have native fseeko/ftello.
>
> Name such a platform, then we'll worry about it
Hello,
getcwd.c uses *at() function family iff AT_FDCWD is defined.
This approach does not work on GNU/kFreeBSD - FreeBSD kernel + GNU libc.
The kernel does not provide needed interfaces, and therefore glibc
provides only stub version for function from *at() family.
But the AT_FDCWD is declared a
On Thursday 13 December 2007, Eric Blake wrote:
> According to Gilles Espinasse on 12/12/2007 3:29 PM:
>
> Hi Gilles,
>
> > -- System Information:
> > Debian Release: 4.0
> > APT prefers stable
> > APT policy: (500, 'stable')
> > Architecture: amd64 (x86_64)
> > Shell: /bin/sh linked to /bin/b
- Original Message -
From: "Eric Blake" <[EMAIL PROTECTED]>
To: "Gilles Espinasse" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "bug-gnulib"
Sent: Friday, December 14, 2007 3:43 AM
Subject: Re: m4-1.4.10 segfault with x86_64 during ./configure when checking
whether printf supports infini