* config/os/solaris/solaris2.7/bits/os_defines.h
(_LARGEFILE_SOURCE): Define it. From-SVN: r41907
This commit is contained in:
parent
41ee087715
commit
eefd41e318
@ -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
|
||||
|
@ -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__
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user