* config/os/solaris/solaris2.7/bits/os_defines.h

(_LARGEFILE_SOURCE): Define it.

From-SVN: r41907
This commit is contained in:
Mark Mitchell 2001-05-08 03:02:05 +00:00 committed by Mark Mitchell
parent 41ee087715
commit eefd41e318
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2001-05-07 Mark Mitchell <mark@codesourcery.com>
* config/os/solaris/solaris2.7/bits/os_defines.h
(_LARGEFILE_SOURCE): Define it.
2001-05-03 Alexandre Oliva <aoliva@redhat.com>
* configure.in (LIBSUPCXX_PICFLAGS): Set it to -prefer-pic or

View File

@ -33,6 +33,7 @@
// Need these to get sane definitions, esp. of 64-bit types and typedefs.
#define _XOPEN_SOURCE 500
#define _LARGEFILE_SOURCE 1
#define _LARGEFILE64_SOURCE 1
#define __EXTENSIONS__