acadia-newlib/newlib/libc/sys
Jeff Johnston 35728d4f14 2002-06-21 Jeff Johnston <jjohnstn@redhat.com>
* libc/include/math.h: Add <sys/types.h> to get _uint32_t definition.
        * libc/include/machine/types.h: Skip __off_t, __pid_t, and
        __loff_t definitions if special _HAVE_SYSTYPES macro defined.
        * libc/include/sys/config.h: Removed _uint*, _int* definitions.
        * libc/include/sys/param.h: Remove i386 case which is handled
        by default case.
        (BIG_ENDIAN, LITTLE_ENDIAN): Protect
        definitions in case they are already defined.
        (BYTE_ORDER): Add default case using _IEEE_BIG_ENDIAN and
        _IEEE_LITTLE_ENDIAN flags.
        * libc/include/sys/reent.h: Change __uint32_t references to
        use _ULong instead.
        (_REENT_GETDATE_REENT_P): New macro.
        * libc/include/sys/types.h (__int16_t, __uint16_t): Added.
        (__int32_t, __uint32_t, __int64_t, __uint64_t): Ditto.
        * libc/search/hash.h: Add default setting of BYTE_ORDER,
        LITTLE_ENDIAN, and BIG_ENDIAN, if not already defined.
        * libc/sys/linux/sys/types.h: Include <sys/_types.h>.  Define
        ssize_t based on _ssize_t.  Remove __socklen_t, __uintptr_t,
        pid_t, off_t, loff_t, caddr_t, and daddr_t type
        definitions which are done by subsequent glibc headers.
        Add macro definitions to prevent subsequent header files from
        defining pid_t, off_t, ssize_t, and key_t.  Move uintptr_t and
        intptr_t to after glibc definitions of types they are based on.
2002-06-21 18:15:56 +00:00
..
a29khif * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
arc * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
arm Set correct value for ADP_Stopped_RunTimeError 2002-06-21 06:55:37 +00:00
cygwin * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
d10v * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
decstation * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
go32 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
h8300hms * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
h8500hms * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
linux 2002-06-21 Jeff Johnston <jjohnstn@redhat.com> 2002-06-21 18:15:56 +00:00
m88kbug * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
mmixware * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
netware * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
rtems * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
sh * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
sparc64 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
sun4 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
sysmec * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
sysnec810 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
sysnecv850 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
sysvi386 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
sysvnecv70 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
tic80 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
w65 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
z8ksim * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
Makefile.am * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00
Makefile.in * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
aclocal.m4 * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
configure * libm/common/s_fdim.c: New file. 2002-06-07 21:59:57 +00:00
configure.in * Makefile.shared: New file. 2001-12-13 23:50:11 +00:00