This is the mail archive of the libc-alpha@sources.redhat.com mailing list for the glibc project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Re: getconf LFS_CFLAGS


Arkadiusz Miskiewicz <misiek@pld.ORG.PL> writes:

> glibc 2.2.3
> 
> On alpha:
> [builder@mifgate builder]$ getconf LFS_CFLAGS
> _POSIX_V6_LP64_OFF64
> (which is wrong)
> 
> on ix86/sparc:
> [misiek@arm misiek]$ getconf LFS_CFLAGS
> -D_FILE_OFFSET_BITS=64
> (ok)
> 
> patch welcome.

Should be fixed in CVS since:
2001-04-30  Jakub Jelinek  <jakub@redhat.com>

        * posix/confstr.c (confstr) [_CS_V6_WIDTH_RESTRICTED_ENVS]: Move so
        that _CS_LFS_CFLAGS can fall through to the empty returned string
        case.  Add FALLTHROUGH comment.


Andreas
-- 
 Andreas Jaeger
  SuSE Labs aj@suse.de
   private aj@arthur.inka.de
    http://www.suse.de/~aj


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]