os_defines.h: Define __EXTENSIONS__.

* config/os/solaris/solaris2.7/bits/os_defines.h: Define
	__EXTENSIONS__.

From-SVN: r37412
This commit is contained in:
Mark Mitchell 2000-11-13 00:25:40 +00:00 committed by Mark Mitchell
parent f6820157d1
commit b5430af63f
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,8 @@
2000-11-12 Mark Mitchell <mark@codesourcery.com>
* config/os/solaris/solaris2.7/bits/os_defines.h: Define
__EXTENSIONS__.
Sat Nov 11 20:25:49 2000 Mark P Mitchell <mark@codesourcery.com>
* include/bits/basic_file.h (__basic_file): Don't use __c_wfile_type

View File

@ -34,6 +34,7 @@
// Need these to get sane definitions, esp. of 64-bit types and typedefs.
#define _XOPEN_SOURCE 500
#define _LARGEFILE64_SOURCE 1
#define __EXTENSIONS__
// These are typedefs which libio assumes are already in place (because
// they really are, under Linux).