63ae7b6309
* Versions.def (libm): Add GLIBC_2.1.3. ISO C99 TR1 changes various fe* functions to return an error value. * math/Versions [GLIBC_2.1.3]: Add feclearexcept, fegetexceptflag, feraiseexcept, fesetexceptflag, fegetenv, fesetenv, and feupdateenv. * sysdeps/alpha/fpu/fclrexcpt.c: Return value and add alias. * sysdeps/alpha/fpu/fegetenv.c: Likewise. * sysdeps/alpha/fpu/fesetenv.c: Likewise. * sysdeps/alpha/fpu/feupdateenv.c: Likewise. * sysdeps/alpha/fpu/fgetexcptflg.c: Likewise. * sysdeps/alpha/fpu/fraiseexcpt.c: Likewise. * sysdeps/alpha/fpu/fsetexcptflg.c: Likewise. * sysdeps/arm/fpu/fclrexcpt.c: Likewise. * sysdeps/arm/fpu/fegetenv.c: Likewise. * sysdeps/arm/fpu/fesetenv.c: Likewise. * sysdeps/arm/fpu/fraiseexcpt.c: Likewise. * sysdeps/arm/fpu/fsetexcptflg.c: Likewise. * sysdeps/generic/fclrexcpt.c: Likewise. * sysdeps/generic/fegetenv.c: Likewise. * sysdeps/generic/fesetenv.c: Likewise. * sysdeps/generic/feupdateenv.c: Likewise. * sysdeps/generic/fgetexcptflg.c: Likewise. * sysdeps/generic/fraiseexcpt.c: Likewise. * sysdeps/generic/fsetexcptflg.c: Likewise. * sysdeps/i386/fpu/fclrexcpt.c: Likewise. * sysdeps/i386/fpu/fegetenv.c: Likewise. * sysdeps/i386/fpu/fesetenv.c: Likewise. * sysdeps/i386/fpu/feupdateenv.c: Likewise. * sysdeps/i386/fpu/fgetexcptflg.c: Likewise. * sysdeps/i386/fpu/fraiseexcpt.c: Likewise. * sysdeps/i386/fpu/fsetexcptflg.c: Likewise. * sysdeps/m68k/fpu/fclrexcpt.c: Likewise. * sysdeps/m68k/fpu/fegetenv.c: Likewise. * sysdeps/m68k/fpu/fesetenv.c: Likewise. * sysdeps/m68k/fpu/feupdateenv.c: Likewise. * sysdeps/m68k/fpu/fgetexcptflg.c: Likewise. * sysdeps/m68k/fpu/fraiseexcpt.c: Likewise. * sysdeps/m68k/fpu/fsetexcptflg.c: Likewise. * sysdeps/mips/fclrexcpt.c: Likewise. * sysdeps/mips/fegetenv.c: Likewise. * sysdeps/mips/fesetenv.c: Likewise. * sysdeps/mips/feupdateenv.c: Likewise. * sysdeps/mips/fgetexcptflg.c: Likewise. * sysdeps/powerpc/fclrexcpt.c: Likewise. * sysdeps/powerpc/fegetenv.c: Likewise. * sysdeps/powerpc/fesetenv.c: Likewise. * sysdeps/powerpc/feupdateenv.c: Likewise. * sysdeps/powerpc/fgetexcptflg.c: Likewise. * sysdeps/powerpc/fraiseexcpt.c: Likewise. * sysdeps/powerpc/fsetexcptflg.c: Likewise. * sysdeps/sparc/fpu/fclrexcpt.c: Likewise. * sysdeps/sparc/fpu/fegetenv.c: Likewise. * sysdeps/sparc/fpu/fesetenv.c: Likewise. * sysdeps/sparc/fpu/feupdateenv.c: Likewise. * sysdeps/sparc/fpu/fgetexcptflg.c: Likewise. * sysdeps/sparc/fpu/fraiseexcpt.c: Likewise. * sysdeps/sparc/fpu/fsetexcptflg.c: Likewise. * math/fenv.h: Adjust prototypes.: Likewise. * manual/arith.texi: Adjust documentation for these changes. * manual/arith.texi: Document feraiseexcept. * sysdeps/powerpc/fegetenv.c: Moved to... * sysdeps/powerpc/fpu/fegetenv.c: ...here. * sysdeps/powerpc/fegetround.c: Moved to... * sysdeps/powerpc/fpu/fegetround.c: ...here. * sysdeps/powerpc/feholdexcpt.c: Moved to... * sysdeps/powerpc/fpu/feholdexcpt.c: ...here. * sysdeps/powerpc/fesetenv.c: Moved to... * sysdeps/powerpc/fpu/fesetenv.c: ...here. * sysdeps/powerpc/fenv_libc.h: Moved to... * sysdeps/powerpc/fpu/fenv_libc.h: ...here. * sysdeps/powerpc/feupdateenv.c: Moved to... * sysdeps/powerpc/fpu/feupdateenv.c: ...here. * sysdeps/powerpc/fgetexcptflg.c: Moved to... * sysdeps/powerpc/fpu/fgetexcptflg.c: ...here. * sysdeps/powerpc/fraiseexcpt.c: Moved to... * sysdeps/powerpc/fpu/fraiseexcpt.c: ...here. * sysdeps/powerpc/fsetexcptflg.c: Moved to... * sysdeps/powerpc/fpu/fsetexcptflg.c: ...here. * sysdeps/powerpc/ftestexcept.c: Moved to... * sysdeps/powerpc/fpu/ftestexcept.c: ...here. * sysdeps/powerpc/fesetround.c: Moved to... * sysdeps/powerpc/fpu/fesetround.c: ...here * sysdeps/powerpc/fenv_const.c: Moved to... * sysdeps/powerpc/fpu/fenv_const.c: ...here. 1999-10-29 Jakub Jelinek <jakub@redhat.com> * stdlib/longlong.h: Avoid UDIV_TIME redefinition. * sysdeps/sparc/sparc32/dl-machine.h: Fix loading of SPARC v8plus libraries from statically linked programs. * sysdeps/unix/sysv/linux/sparc/bits/sigaction.h: POSIX 199309 fix for sigaction on SPARC. Patches by David S. Miller <davem@redhat.com>. * sysdeps/unix/sysv/linux/sparc/sys/ucontext.h: Declare gregset_t and other required structures and defines for SPARC 64bit ABI as well, not only 32bit ABI. 1999-10-31 Andreas Jaeger <aj@suse.de> * sysdeps/sparc/sparc64/fpu/bits/huge_val.h: Replace __USE_ISOC9X by __USE_ISOC99 and update comments. * math/complex.h: Update comments for ISO C99. * math/fenv.h: Likewise. * math/test-fenv.c: Likewise. * math/tgmath.h: Likewise. * libio/stdio.h: Likewise. * posix/sys/types.h: Likewise. * sysdeps/generic/inttypes.h: Likewise. * sysdeps/generic/stdint.h: Likewise. 1999-10-31 Ulrich Drepper <drepper@cygnus.com>
241 lines
5.8 KiB
C
241 lines
5.8 KiB
C
/* Copyright (C) 1991,92,94,95,96,97,98,99 Free Software Foundation, Inc.
|
|
This file is part of the GNU C Library.
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
|
modify it under the terms of the GNU Library General Public License as
|
|
published by the Free Software Foundation; either version 2 of the
|
|
License, or (at your option) any later version.
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
Library General Public License for more details.
|
|
|
|
You should have received a copy of the GNU Library General Public
|
|
License along with the GNU C Library; see the file COPYING.LIB. If not,
|
|
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
|
|
Boston, MA 02111-1307, USA. */
|
|
|
|
/*
|
|
* POSIX Standard: 2.6 Primitive System Data Types <sys/types.h>
|
|
*/
|
|
|
|
#ifndef _SYS_TYPES_H
|
|
#define _SYS_TYPES_H 1
|
|
|
|
#include <features.h>
|
|
|
|
__BEGIN_DECLS
|
|
|
|
#include <bits/types.h>
|
|
|
|
#ifdef __USE_BSD
|
|
typedef __u_char u_char;
|
|
typedef __u_short u_short;
|
|
typedef __u_int u_int;
|
|
typedef __u_long u_long;
|
|
typedef __quad_t quad_t;
|
|
typedef __u_quad_t u_quad_t;
|
|
typedef __fsid_t fsid_t;
|
|
#endif
|
|
|
|
typedef __loff_t loff_t;
|
|
|
|
#ifndef __ino_t_defined
|
|
# ifndef __USE_FILE_OFFSET64
|
|
typedef __ino_t ino_t;
|
|
# else
|
|
typedef __ino64_t ino_t;
|
|
# endif
|
|
# define __ino_t_defined
|
|
#endif
|
|
#if defined __USE_LARGEFILE64 && !defined __ino64_t_defined
|
|
typedef __ino64_t ino64_t;
|
|
# define __ino64_t_defined
|
|
#endif
|
|
|
|
#ifndef __dev_t_defined
|
|
typedef __dev_t dev_t;
|
|
# define __dev_t_defined
|
|
#endif
|
|
|
|
#ifndef __gid_t_defined
|
|
typedef __gid_t gid_t;
|
|
# define __gid_t_defined
|
|
#endif
|
|
|
|
#ifndef __mode_t_defined
|
|
typedef __mode_t mode_t;
|
|
# define __mode_t_defined
|
|
#endif
|
|
|
|
#ifndef __nlink_t_defined
|
|
typedef __nlink_t nlink_t;
|
|
# define __nlink_t_defined
|
|
#endif
|
|
|
|
#ifndef __uid_t_defined
|
|
typedef __uid_t uid_t;
|
|
# define __uid_t_defined
|
|
#endif
|
|
|
|
#ifndef __off_t_defined
|
|
# ifndef __USE_FILE_OFFSET64
|
|
typedef __off_t off_t;
|
|
# else
|
|
typedef __off64_t off_t;
|
|
# endif
|
|
# define __off_t_defined
|
|
#endif
|
|
#if defined __USE_LARGEFILE64 && !defined __off64_t_defined
|
|
typedef __off64_t off64_t;
|
|
# define __off64_t_defined
|
|
#endif
|
|
|
|
#ifndef __pid_t_defined
|
|
typedef __pid_t pid_t;
|
|
# define __pid_t_defined
|
|
#endif
|
|
|
|
#if defined __USE_SVID || defined __USE_XOPEN
|
|
typedef __id_t id_t;
|
|
#endif
|
|
|
|
#ifndef __ssize_t_defined
|
|
typedef __ssize_t ssize_t;
|
|
# define __ssize_t_defined
|
|
#endif
|
|
|
|
#ifdef __USE_BSD
|
|
typedef __daddr_t daddr_t;
|
|
typedef __caddr_t caddr_t;
|
|
#endif
|
|
|
|
#if (defined __USE_SVID || defined __USE_XOPEN) && !defined __key_t_defined
|
|
typedef __key_t key_t;
|
|
# define __key_t_defined
|
|
#endif
|
|
|
|
#ifdef __USE_XOPEN
|
|
# define __need_clock_t
|
|
#endif
|
|
#define __need_time_t
|
|
#include <time.h>
|
|
|
|
#ifdef __USE_XOPEN
|
|
# ifndef __useconds_t_defined
|
|
typedef __useconds_t useconds_t;
|
|
# define __useconds_t_defined
|
|
# endif
|
|
typedef __suseconds_t suseconds_t;
|
|
#endif
|
|
|
|
#define __need_size_t
|
|
#include <stddef.h>
|
|
|
|
#ifdef __USE_MISC
|
|
/* Old compatibility names for C types. */
|
|
typedef unsigned long int ulong;
|
|
typedef unsigned short int ushort;
|
|
typedef unsigned int uint;
|
|
#endif
|
|
|
|
/* These size-specific names are used by some of the inet code. */
|
|
|
|
#if !__GNUC_PREREQ (2, 7)
|
|
|
|
/* These types are defined by the ISO C99 header <inttypes.h>. */
|
|
# ifndef __int8_t_defined
|
|
# define __int8_t_defined
|
|
typedef char int8_t;
|
|
typedef short int int16_t;
|
|
typedef int int32_t;
|
|
# ifdef __GNUC__
|
|
__extension__ typedef long long int int64_t;
|
|
# endif
|
|
# endif
|
|
|
|
/* But these were defined by ISO C without the first `_'. */
|
|
typedef unsigned char u_int8_t;
|
|
typedef unsigned short int u_int16_t;
|
|
typedef unsigned int u_int32_t;
|
|
# ifdef __GNUC__
|
|
__extension__ typedef unsigned long long int u_int64_t;
|
|
# endif
|
|
|
|
typedef int register_t;
|
|
|
|
#else
|
|
|
|
/* For GCC 2.7 and later, we can use specific type-size attributes. */
|
|
# define __intN_t(N, MODE) \
|
|
typedef int int##N##_t __attribute__ ((__mode__ (MODE)))
|
|
# define __u_intN_t(N, MODE) \
|
|
typedef unsigned int u_int##N##_t __attribute__ ((__mode__ (MODE)))
|
|
|
|
# ifndef __int8_t_defined
|
|
# define __int8_t_defined
|
|
__intN_t (8, __QI__);
|
|
__intN_t (16, __HI__);
|
|
__intN_t (32, __SI__);
|
|
__intN_t (64, __DI__);
|
|
# endif
|
|
|
|
__u_intN_t (8, __QI__);
|
|
__u_intN_t (16, __HI__);
|
|
__u_intN_t (32, __SI__);
|
|
__u_intN_t (64, __DI__);
|
|
|
|
typedef int register_t __attribute__ ((__mode__ (__word__)));
|
|
|
|
|
|
/* Some code from BIND tests this macro to see if the types above are
|
|
defined. */
|
|
#endif
|
|
#define __BIT_TYPES_DEFINED__ 1
|
|
|
|
|
|
#ifdef __USE_BSD
|
|
/* In BSD <sys/types.h> is expected to define BYTE_ORDER. */
|
|
# include <endian.h>
|
|
|
|
/* It also defines `fd_set' and the FD_* macros for `select'. */
|
|
# include <sys/select.h>
|
|
|
|
/* BSD defines these symbols, so we follow. */
|
|
# include <sys/sysmacros.h>
|
|
#endif /* Use BSD. */
|
|
|
|
|
|
#if defined __USE_UNIX98 && !defined __blksize_t_defined
|
|
typedef __blksize_t blksize_t;
|
|
# define __blksize_t_defined
|
|
#endif
|
|
|
|
/* Types from the Large File Support interface. */
|
|
#ifndef __USE_FILE_OFFSET64
|
|
# ifndef __blkcnt_t_defined
|
|
typedef __blkcnt_t blkcnt_t; /* Type to count number of disk blocks. */
|
|
# define __blkcnt_t_defined
|
|
# endif
|
|
typedef __fsblkcnt_t fsblkcnt_t; /* Type to count file system blocks. */
|
|
typedef __fsfilcnt_t fsfilcnt_t; /* Type to count file system inodes. */
|
|
#else
|
|
# ifndef __blkcnt_t_defined
|
|
typedef __blkcnt64_t blkcnt_t; /* Type to count number of disk blocks. */
|
|
# define __blkcnt_t_defined
|
|
# endif
|
|
typedef __fsblkcnt64_t fsblkcnt_t; /* Type to count file system blocks. */
|
|
typedef __fsfilcnt64_t fsfilcnt_t; /* Type to count file system inodes. */
|
|
#endif
|
|
|
|
#ifdef __USE_LARGEFILE64
|
|
typedef __blkcnt64_t blkcnt64_t; /* Type to count number of disk blocks. */
|
|
typedef __fsblkcnt64_t fsblkcnt64_t; /* Type to count file system blocks. */
|
|
typedef __fsfilcnt64_t fsfilcnt64_t; /* Type to count file system inodes. */
|
|
#endif
|
|
|
|
__END_DECLS
|
|
|
|
#endif /* sys/types.h */
|