This is the mail archive of the
libstdc++-cvs@sources.redhat.com
mailing list for the libstdc++ project.
egcs/libstdc++-v3 config/os/gnu-linux/bits/os_ ...
- To: gcc-cvs at gcc dot gnu dot org, libstdc++-cvs at sources dot redhat dot com
- Subject: egcs/libstdc++-v3 config/os/gnu-linux/bits/os_ ...
- From: hp at gcc dot gnu dot org
- Date: 23 Nov 2000 11:30:46 -0000
CVSROOT: /cvs/gcc
Module name: egcs
Changes by: hp@gcc.gnu.org 2000-11-23 03:30:46
Modified files:
libstdc++-v3/config/os/gnu-linux/bits: os_defines.h
libstdc++-v3/libio: libio.h
libstdc++-v3 : ChangeLog
Log message:
* config/os/gnu-linux/bits/os_defines.h: Include <features.h>.
If not glibc 2.1 or higher, include <gnu/types.h> and define
__off64_t as __loff_t and #define __THROW as empty.
* libio/libio.h [__P]: Move __THROW and __PMT into their own
ifndef:s.
Patches:
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/config/os/gnu-linux/bits/os_defines.h.diff?cvsroot=gcc&r1=1.4&r2=1.5
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/libio/libio.h.diff?cvsroot=gcc&r1=1.11&r2=1.12
http://gcc.gnu.org/cgi-bin/cvsweb.cgi/egcs/libstdc++-v3/ChangeLog.diff?cvsroot=gcc&r1=1.299&r2=1.300