mirror of
git://gcc.gnu.org/git/gcc.git
synced 2025-02-04 23:40:32 +08:00
os_defines.h: Define __EXTENSIONS__.
* config/os/solaris/solaris2.7/bits/os_defines.h: Define __EXTENSIONS__. From-SVN: r37412
This commit is contained in:
parent
f6820157d1
commit
b5430af63f
@ -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
|
||||
|
@ -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).
|
||||
|
Loading…
Reference in New Issue
Block a user