Commit eefd41e3 by Mark Mitchell Committed by Mark Mitchell

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

	(_LARGEFILE_SOURCE): Define it.

From-SVN: r41907
parent 41ee0877
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__
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment