1998-10-17 00:33:36 +08:00
|
|
|
/* O_*, F_*, FD_* bit values for Linux.
|
2011-04-01 22:33:37 +08:00
|
|
|
Copyright (C) 1995-1998, 2000, 2004, 2006, 2007, 2009, 2010, 2011
|
Update.
2004-05-03 Jakub Jelinek <jakub@redhat.com>
* sysdeps/unix/bsd/bits/fcntl.h (F_SETOWN, F_GETOWN): Define if
__USE_BSD or __USE_UNIX98.
* sysdeps/unix/bsd/ultrix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
* sysdeps/unix/bsd/bsd4.4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
* sysdeps/unix/bsd/sun/sunos4/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/common/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
* sysdeps/unix/sysv/aix/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
* sysdeps/unix/sysv/irix4/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/cris/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
*sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/m68k/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/arm/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/hppa/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h (F_SETOWN, F_GETOWN):
Likewise.
* sysdeps/generic/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
* sysdeps/mach/hurd/bits/fcntl.h (F_SETOWN, F_GETOWN): Likewise.
* io/sys/stat.h (S_ISSOCK, S_IFSOCK): Likewise.
2004-05-01 Jakub Jelinek <jakub@redhat.com>
* posix/Versions (libc): Remove __libc_wait, __libc_waitpid,
__libc_pause, __libc_nanosleep, __libc_pread, __libc_pread64,
__libc_pwrite64, __waitid and __pselect @@GLIBC_PRIVATE.
* stdlib/Versions (libc): Remove __on_exit@@GLIBC_PRIVATE.
* sysdeps/unix/sysv/linux/Versions (libc): Remove
__libc_sigaction@@GLIBC_PRIVATE.
* sysdeps/unix/sysv/linux/x86_64/Versions (libc): Remove
__modify_ldt@@GLIBC_PRIVATE.
* socket/Versions (libc): Remove __libc_accept, __libc_send,
__libc_recvfrom, __libc_recvmsg, __libc_sendmsg, __libc_recv,
__libc_sendto and __libc_connect @@GLIBC_PRIVATE.
* stdio-common/Versions (libc): Remove
_itoa_upper_digits@@GLIBC_PRIVATE.
* resolv/Versions (libresolv): Remove __ns_samename@@GLIBC_PRIVATE.
* misc/Versions (libc): Remove __libc_fsync, __libc_msync,
__libc_readv and __libc_writev @@GLIBC_PRIVATE.
* termios/Versions (libc): Remove __libc_tcdrain@@GLIBC_PRIVATE.
* io/Versions (libc): Remove __libc_open, __libc_close, __libc_read,
__libc_write, __libc_lseek, __libc_fcntl, __libc_open64 and
__libc_lseek64 @@GLIBC_PRIVATE.
2004-04-30 Jakub Jelinek <jakub@redhat.com>
* elf/dl-load.c (open_verify): Move e_phentsize check after e_type
check.
2004-04-29 Steven Munroe <sjmunroe@us.ibm.com>
* sysdeps/powerpc/powerpc64/fpu/s_ceil.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_ceilf.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_floor.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_floorf.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_llrint.c: Removed.
* sysdeps/powerpc/powerpc64/fpu/s_llrint.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_llrintf.c: Removed.
* sysdeps/powerpc/powerpc64/fpu/s_llrintf.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_llround.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_llroundf.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_lround.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_lroundf.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_rint.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_rintf.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_round.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_roundf.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_trunc.S: New file.
* sysdeps/powerpc/powerpc64/fpu/s_truncf.S: New file.
* math/test-misc.c [LDBL_MANT_DIG == 106](main): Correct LDBL_MAX
mantissa for AIX long double format.
* misc/qefgcvt.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Define for AIX
long double format.
* misc/qefgcvt_r.c [LDBL_MANT_DIG == 106] (NDIGIT_MAX): Likewise.
* stdlib/fpioconst.c [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
(_fpioconst_pow10): AIX long double format has same exponent range as
double.
* stdlib/fpioconst.h [!__NO_LONG_DOUBLE_MATH && __LDBL_MAX_EXP__>1024]
(LDBL_MAX_10_EXP_LOG): AIX long double format has same exponent range
as double.
2004-04-23 Art Haas <ahaas@airmail.net>
* sysdeps/unix/sysv/linux/kernel-features.h: Add 'defined'.
2004-05-04 05:40:12 +08:00
|
|
|
Free Software Foundation, Inc.
|
1998-10-17 00:33:36 +08:00
|
|
|
This file is part of the GNU C Library.
|
|
|
|
|
|
|
|
The GNU C Library is free software; you can redistribute it and/or
|
2001-07-06 12:58:11 +08:00
|
|
|
modify it under the terms of the GNU Lesser General Public
|
|
|
|
License as published by the Free Software Foundation; either
|
|
|
|
version 2.1 of the License, or (at your option) any later version.
|
1998-10-17 00:33:36 +08:00
|
|
|
|
|
|
|
The GNU C Library is distributed in the hope that it will be useful,
|
|
|
|
but WITHOUT ANY WARRANTY; without even the implied warranty of
|
2001-07-06 12:58:11 +08:00
|
|
|
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
|
|
|
|
Lesser General Public License for more details.
|
1998-10-17 00:33:36 +08:00
|
|
|
|
2001-07-06 12:58:11 +08:00
|
|
|
You should have received a copy of the GNU Lesser General Public
|
2012-02-10 07:18:22 +08:00
|
|
|
License along with the GNU C Library; if not, see
|
|
|
|
<http://www.gnu.org/licenses/>. */
|
1998-10-17 00:33:36 +08:00
|
|
|
|
|
|
|
#ifndef _FCNTL_H
|
|
|
|
# error "Never use <bits/fcntl.h> directly; include <fcntl.h> instead."
|
|
|
|
#endif
|
|
|
|
|
2004-12-23 04:10:10 +08:00
|
|
|
#include <sys/types.h>
|
2006-04-27 06:29:43 +08:00
|
|
|
#ifdef __USE_GNU
|
|
|
|
# include <bits/uio.h>
|
|
|
|
#endif
|
|
|
|
|
1998-10-17 00:33:36 +08:00
|
|
|
|
|
|
|
/* open/fcntl - O_SYNC is only implemented on blocks devices and on files
|
2009-12-12 15:00:49 +08:00
|
|
|
located on a few file systems. */
|
1998-10-17 00:33:36 +08:00
|
|
|
#define O_ACCMODE 0003
|
|
|
|
#define O_RDONLY 00
|
|
|
|
#define O_WRONLY 01
|
|
|
|
#define O_RDWR 02
|
|
|
|
#define O_CREAT 0100 /* not fcntl */
|
|
|
|
#define O_EXCL 0200 /* not fcntl */
|
|
|
|
#define O_NOCTTY 0400 /* not fcntl */
|
|
|
|
#define O_TRUNC 01000 /* not fcntl */
|
|
|
|
#define O_APPEND 02000
|
|
|
|
#define O_NONBLOCK 04000
|
|
|
|
#define O_NDELAY O_NONBLOCK
|
2009-12-12 15:00:49 +08:00
|
|
|
#define O_SYNC 04010000
|
1998-10-17 00:33:36 +08:00
|
|
|
#define O_FSYNC O_SYNC
|
|
|
|
#define O_ASYNC 020000
|
|
|
|
|
2010-01-10 02:56:41 +08:00
|
|
|
#ifdef __USE_XOPEN2K8
|
2000-09-30 04:25:04 +08:00
|
|
|
# define O_DIRECTORY 0200000 /* Must be a directory. */
|
|
|
|
# define O_NOFOLLOW 0400000 /* Do not follow links. */
|
2007-07-22 01:20:52 +08:00
|
|
|
# define O_CLOEXEC 02000000 /* Set close_on_exec. */
|
1998-10-17 00:33:36 +08:00
|
|
|
#endif
|
2010-01-10 02:56:41 +08:00
|
|
|
#ifdef __USE_GNU
|
|
|
|
# define O_DIRECT 040000 /* Direct disk access. */
|
|
|
|
# define O_NOATIME 01000000 /* Do not set atime. */
|
2011-04-01 23:46:10 +08:00
|
|
|
# define O_PATH 010000000 /* Resolve pathname but do not open file. */
|
2010-01-10 02:56:41 +08:00
|
|
|
#endif
|
1998-10-17 00:33:36 +08:00
|
|
|
|
|
|
|
/* For now Linux has synchronisity options for data and read operations.
|
|
|
|
We define the symbols here but let them do the same as O_SYNC since
|
2000-09-30 04:25:04 +08:00
|
|
|
this is a superset. */
|
1998-10-17 00:33:36 +08:00
|
|
|
#if defined __USE_POSIX199309 || defined __USE_UNIX98
|
2009-12-12 15:00:49 +08:00
|
|
|
# define O_DSYNC 010000 /* Synchronize data. */
|
2000-09-30 04:25:04 +08:00
|
|
|
# define O_RSYNC O_SYNC /* Synchronize read operations. */
|
1998-10-17 00:33:36 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __USE_LARGEFILE64
|
|
|
|
# define O_LARGEFILE 0100000
|
|
|
|
#endif
|
|
|
|
|
|
|
|
/* Values for the second argument to `fcntl'. */
|
|
|
|
#define F_DUPFD 0 /* Duplicate file descriptor. */
|
|
|
|
#define F_GETFD 1 /* Get file descriptor flags. */
|
|
|
|
#define F_SETFD 2 /* Set file descriptor flags. */
|
|
|
|
#define F_GETFL 3 /* Get file status flags. */
|
|
|
|
#define F_SETFL 4 /* Set file status flags. */
|
2000-08-13 06:17:43 +08:00
|
|
|
#ifndef __USE_FILE_OFFSET64
|
|
|
|
# define F_GETLK 5 /* Get record locking info. */
|
|
|
|
# define F_SETLK 6 /* Set record locking info (non-blocking). */
|
2000-09-30 04:25:04 +08:00
|
|
|
# define F_SETLKW 7 /* Set record locking info (blocking). */
|
2000-08-13 06:17:43 +08:00
|
|
|
#else
|
2000-09-30 04:25:04 +08:00
|
|
|
# define F_GETLK F_GETLK64 /* Get record locking info. */
|
2000-08-13 06:17:43 +08:00
|
|
|
# define F_SETLK F_SETLK64 /* Set record locking info (non-blocking).*/
|
|
|
|
# define F_SETLKW F_SETLKW64 /* Set record locking info (blocking). */
|
|
|
|
#endif
|
2000-08-12 16:22:14 +08:00
|
|
|
#define F_GETLK64 12 /* Get record locking info. */
|
|
|
|
#define F_SETLK64 13 /* Set record locking info (non-blocking). */
|
2000-09-30 04:25:04 +08:00
|
|
|
#define F_SETLKW64 14 /* Set record locking info (blocking). */
|
1998-10-17 00:33:36 +08:00
|
|
|
|
2010-01-10 02:56:41 +08:00
|
|
|
#if defined __USE_BSD || defined __USE_UNIX98 || defined __USE_XOPEN2K8
|
2009-10-01 16:18:41 +08:00
|
|
|
# define F_SETOWN 8 /* Get owner (process receiving SIGIO). */
|
|
|
|
# define F_GETOWN 9 /* Set owner (process receiving SIGIO). */
|
1998-10-17 00:33:36 +08:00
|
|
|
#endif
|
|
|
|
|
|
|
|
#ifdef __USE_GNU
|
|
|
|
# define F_SETSIG 10 /* Set number of signal to be sent. */
|
|
|
|
# define F_GETSIG 11 /* Get number of signal to be sent. */
|
2009-11-15 00:28:40 +08:00
|
|
|
# define F_SETOWN_EX 15 /* Get owner (thread receiving SIGIO). */
|
|
|
|
# define F_GETOWN_EX 16 /* Set owner (thread receiving SIGIO). */
|
1998-10-17 00:33:36 +08:00
|
|
|
#endif
|
|
|
|
|
2000-09-30 00:45:44 +08:00
|
|
|
#ifdef __USE_GNU
|
2000-09-30 04:25:04 +08:00
|
|
|
# define F_SETLEASE 1024 /* Set a lease. */
|
|
|
|
# define F_GETLEASE 1025 /* Enquire what lease is active. */
|
|
|
|
# define F_NOTIFY 1026 /* Request notfications on a directory. */
|
2010-06-15 05:47:34 +08:00
|
|
|
# define F_SETPIPE_SZ 1031 /* Set pipe page size array. */
|
|
|
|
# define F_GETPIPE_SZ 1032 /* Set pipe page size array. */
|
2010-01-10 02:56:41 +08:00
|
|
|
#endif
|
|
|
|
#ifdef __USE_XOPEN2K8
|
2007-10-18 02:55:39 +08:00
|
|
|
# define F_DUPFD_CLOEXEC 1030 /* Duplicate file descriptor with
|
|
|
|
close-on-exit set. */
|
2000-09-30 00:45:44 +08:00
|
|
|
#endif
|
|
|
|
|
2006-07-26 09:42:58 +08:00
|
|
|
/* For F_[GET|SET]FD. */
|
1998-10-17 00:33:36 +08:00
|
|
|
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */
|
|
|
|
|
|
|
|
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */
|
|
|
|
#define F_RDLCK 0 /* Read lock. */
|
2000-09-30 04:25:04 +08:00
|
|
|
#define F_WRLCK 1 /* Write lock. */
|
|
|
|
#define F_UNLCK 2 /* Remove lock. */
|
1998-10-17 00:33:36 +08:00
|
|
|
|
2000-08-12 16:22:14 +08:00
|
|
|
/* For old implementation of bsd flock(). */
|
1998-10-17 00:33:36 +08:00
|
|
|
#define F_EXLCK 4 /* or 3 */
|
|
|
|
#define F_SHLCK 8 /* or 4 */
|
|
|
|
|
Update.
1998-10-25 Ulrich Drepper <drepper@cygnus.com>
* include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
greater or equal than 199506L.
* sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
only is __USE_XOPEN. Otherwise use __fds_bits.
* sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/bits/types.h: Likewise.
* sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* locale/programs/charmap.c (parse_charmap): Accept tok_string
for <code_set_name>.
1998-10-25 H.J. Lu <hjl@gnu.org>
* locale/programs/ld-ctype.c (ctype_finish): Also check
<space>.
1998-10-25 Ulrich Drepper <drepper@cygnus.com>
* signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
* sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
if __USE_POSIX199506 or __USE_UNIX98.
1998-10-24 22:34 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
* string/bits/string2.h: Inline strdup+friends only if
__USE_MISC || __USE_GNU (prevents namespace pollution).
1998-10-24 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
* libio/rewind.c (rewind): Clear the error.
1998-10-24 H.J. Lu <hjl@gnu.org>
* grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
"buffer".
1998-10-24 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
with __need_timeval.
* sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
* sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
sigqueue): Protect with __USE_POSIX199309.
1998-10-24 H.J. Lu <hjl@gnu.org>
* time/time.h (timespec): Protect with __USE_POSIX199309 instead of
__USE_POSIX.
1998-10-24 H.J. Lu <hjl@gnu.org>
* libio/fileops.c (_IO_new_file_seekoff): Always resync with
the kernel file offset.
* libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
1998-10-25 17:11:53 +08:00
|
|
|
#ifdef __USE_BSD
|
2000-09-30 04:25:04 +08:00
|
|
|
/* Operations for bsd flock(), also used by the kernel implementation. */
|
Update.
1998-10-25 Ulrich Drepper <drepper@cygnus.com>
* include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
greater or equal than 199506L.
* sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
only is __USE_XOPEN. Otherwise use __fds_bits.
* sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/bits/types.h: Likewise.
* sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* locale/programs/charmap.c (parse_charmap): Accept tok_string
for <code_set_name>.
1998-10-25 H.J. Lu <hjl@gnu.org>
* locale/programs/ld-ctype.c (ctype_finish): Also check
<space>.
1998-10-25 Ulrich Drepper <drepper@cygnus.com>
* signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
* sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
if __USE_POSIX199506 or __USE_UNIX98.
1998-10-24 22:34 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
* string/bits/string2.h: Inline strdup+friends only if
__USE_MISC || __USE_GNU (prevents namespace pollution).
1998-10-24 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
* libio/rewind.c (rewind): Clear the error.
1998-10-24 H.J. Lu <hjl@gnu.org>
* grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
"buffer".
1998-10-24 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
with __need_timeval.
* sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
* sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
sigqueue): Protect with __USE_POSIX199309.
1998-10-24 H.J. Lu <hjl@gnu.org>
* time/time.h (timespec): Protect with __USE_POSIX199309 instead of
__USE_POSIX.
1998-10-24 H.J. Lu <hjl@gnu.org>
* libio/fileops.c (_IO_new_file_seekoff): Always resync with
the kernel file offset.
* libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
1998-10-25 17:11:53 +08:00
|
|
|
# define LOCK_SH 1 /* shared lock */
|
|
|
|
# define LOCK_EX 2 /* exclusive lock */
|
|
|
|
# define LOCK_NB 4 /* or'd with one of the above to prevent
|
1998-10-17 00:33:36 +08:00
|
|
|
blocking */
|
Update.
1998-10-25 Ulrich Drepper <drepper@cygnus.com>
* include/features.h: Define __USE_POSIS199506 is _POSIX_C_SOURCE is
greater or equal than 199506L.
* sysdeps/generic/bits/types.h (__fd_set): Define element as fds_bits
only is __USE_XOPEN. Otherwise use __fds_bits.
* sysdeps/unix/sysv/linux/alpha/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/sparc64/bits/types.h: Likewise.
* sysdeps/unix/sysv/linux/bits/types.h: Likewise.
* sysdeps/unix/sysv/sysv4/solaris2/bits/types.h: Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* locale/programs/charmap.c (parse_charmap): Accept tok_string
for <code_set_name>.
1998-10-25 H.J. Lu <hjl@gnu.org>
* locale/programs/ld-ctype.c (ctype_finish): Also check
<space>.
1998-10-25 Ulrich Drepper <drepper@cygnus.com>
* signal/signal.h: Include bits/sigthread.h only if __USE_POSIX199506.
* sysdeps/unix/sysv/linux/bits/types.h: Include pthreadtypes.h only
if __USE_POSIX199506 or __USE_UNIX98.
1998-10-24 22:34 -0400 Zack Weinberg <zack@rabi.phys.columbia.edu>
* string/bits/string2.h: Inline strdup+friends only if
__USE_MISC || __USE_GNU (prevents namespace pollution).
1998-10-24 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (LOCK_SH,
LOCK_EX, LOCK_NB, LOCK_UN): Protect with __USE_BSD.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
* sysdeps/unix/sysv/linux/bits/fcntl.h (LOCK_SH, LOCK_EX,
LOCK_NB, LOCK_UN): Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* libio/ioseekoff.c (_IO_seekoff): Check the valid dir value.
* libio/rewind.c (rewind): Clear the error.
1998-10-24 H.J. Lu <hjl@gnu.org>
* grp/grp.h (getgrent_r, getgrgid_r, getgrnam_r): Add "__" to
"buffer".
1998-10-24 H.J. Lu <hjl@gnu.org>
* sysdeps/unix/sysv/linux/alpha/bits/time.h (timeval): Protect
with __need_timeval.
* sysdeps/unix/sysv/linux/mips/bits/time.h (timeval): Likewise.
* sysdeps/unix/sysv/linux/bits/time.h (timeval): Likewise.
1998-10-24 H.J. Lu <hjl@gnu.org>
* signal/signal.h (timespec, siginfo_t, sigwaitinfo, sigtimedwait,
sigqueue): Protect with __USE_POSIX199309.
1998-10-24 H.J. Lu <hjl@gnu.org>
* time/time.h (timespec): Protect with __USE_POSIX199309 instead of
__USE_POSIX.
1998-10-24 H.J. Lu <hjl@gnu.org>
* libio/fileops.c (_IO_new_file_seekoff): Always resync with
the kernel file offset.
* libio/oldfileops.c (_IO_old_file_seekoff): Likewise.
1998-10-25 17:11:53 +08:00
|
|
|
# define LOCK_UN 8 /* remove lock */
|
|
|
|
#endif
|
1998-10-17 00:33:36 +08:00
|
|
|
|
2000-09-30 00:45:44 +08:00
|
|
|
#ifdef __USE_GNU
|
|
|
|
# define LOCK_MAND 32 /* This is a mandatory flock: */
|
2000-09-30 04:25:04 +08:00
|
|
|
# define LOCK_READ 64 /* ... which allows concurrent read operations. */
|
2000-09-30 00:45:44 +08:00
|
|
|
# define LOCK_WRITE 128 /* ... which allows concurrent write operations. */
|
2000-09-30 04:25:04 +08:00
|
|
|
# define LOCK_RW 192 /* ... Which allows concurrent read & write operations. */
|
2000-09-30 00:45:44 +08:00
|
|
|
#endif
|
|
|
|
|
2000-09-30 04:25:04 +08:00
|
|
|
#ifdef __USE_GNU
|
2000-09-30 00:45:44 +08:00
|
|
|
/* Types of directory notifications that may be requested with F_NOTIFY. */
|
2000-09-30 04:25:04 +08:00
|
|
|
# define DN_ACCESS 0x00000001 /* File accessed. */
|
|
|
|
# define DN_MODIFY 0x00000002 /* File modified. */
|
|
|
|
# define DN_CREATE 0x00000004 /* File created. */
|
|
|
|
# define DN_DELETE 0x00000008 /* File removed. */
|
|
|
|
# define DN_RENAME 0x00000010 /* File renamed. */
|
|
|
|
# define DN_ATTRIB 0x00000020 /* File changed attibutes. */
|
|
|
|
# define DN_MULTISHOT 0x80000000 /* Don't remove notifier. */
|
|
|
|
#endif
|
2000-09-30 00:45:44 +08:00
|
|
|
|
1998-10-17 00:33:36 +08:00
|
|
|
struct flock
|
|
|
|
{
|
2000-09-30 04:25:04 +08:00
|
|
|
short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
|
1998-10-17 00:33:36 +08:00
|
|
|
short int l_whence; /* Where `l_start' is relative to (like `lseek'). */
|
|
|
|
#ifndef __USE_FILE_OFFSET64
|
|
|
|
__off_t l_start; /* Offset where the lock begins. */
|
|
|
|
__off_t l_len; /* Size of the locked area; zero means until EOF. */
|
|
|
|
#else
|
|
|
|
__off64_t l_start; /* Offset where the lock begins. */
|
|
|
|
__off64_t l_len; /* Size of the locked area; zero means until EOF. */
|
|
|
|
#endif
|
|
|
|
__pid_t l_pid; /* Process holding the lock. */
|
|
|
|
};
|
|
|
|
|
|
|
|
#ifdef __USE_LARGEFILE64
|
|
|
|
struct flock64
|
|
|
|
{
|
2000-09-30 04:25:04 +08:00
|
|
|
short int l_type; /* Type of lock: F_RDLCK, F_WRLCK, or F_UNLCK. */
|
1998-10-17 00:33:36 +08:00
|
|
|
short int l_whence; /* Where `l_start' is relative to (like `lseek'). */
|
|
|
|
__off64_t l_start; /* Offset where the lock begins. */
|
|
|
|
__off64_t l_len; /* Size of the locked area; zero means until EOF. */
|
|
|
|
__pid_t l_pid; /* Process holding the lock. */
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|
2009-10-29 23:48:17 +08:00
|
|
|
#ifdef __USE_GNU
|
|
|
|
/* Owner types. */
|
|
|
|
enum __pid_type
|
|
|
|
{
|
2009-11-19 22:38:31 +08:00
|
|
|
F_OWNER_TID = 0, /* Kernel thread. */
|
|
|
|
F_OWNER_PID, /* Process. */
|
|
|
|
F_OWNER_PGRP, /* Process group. */
|
|
|
|
F_OWNER_GID = F_OWNER_PGRP /* Alternative, obsolete name. */
|
2009-10-29 23:48:17 +08:00
|
|
|
};
|
|
|
|
|
|
|
|
/* Structure to use with F_GETOWN_EX and F_SETOWN_EX. */
|
|
|
|
struct f_owner_ex
|
|
|
|
{
|
|
|
|
enum __pid_type type; /* Owner type of ID. */
|
|
|
|
__pid_t pid; /* ID of owner. */
|
|
|
|
};
|
|
|
|
#endif
|
|
|
|
|
1998-10-17 00:33:36 +08:00
|
|
|
/* Define some more compatibility macros to be backward compatible with
|
|
|
|
BSD systems which did not managed to hide these kernel macros. */
|
|
|
|
#ifdef __USE_BSD
|
|
|
|
# define FAPPEND O_APPEND
|
|
|
|
# define FFSYNC O_FSYNC
|
|
|
|
# define FASYNC O_ASYNC
|
|
|
|
# define FNONBLOCK O_NONBLOCK
|
|
|
|
# define FNDELAY O_NDELAY
|
|
|
|
#endif /* Use BSD. */
|
update.
2000-04-14 Ulrich Drepper <drepper@redhat.com>
* include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
* sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
Make old name weak alias.
* sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
* sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
Make old name weak alias.
* sysdeps/unix/sysv/linux/statfs64.c: Likewise.
* io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* sysdeps/generic/fadvise.c: New file.
* sysdeps/generic/fadvise64.c: New file.
* sysdeps/generic/fallocate.c: New file.
* sysdeps/generic/fallocate64.c: New file.
* sysdeps/posix/fallocate.c: New file.
* sysdeps/posix/fallocate64.c: New file.
* sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
* sysdeps/mach/hurd/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
* sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2000-04-14 15:51:02 +08:00
|
|
|
|
|
|
|
/* Advise to `posix_fadvise'. */
|
|
|
|
#ifdef __USE_XOPEN2K
|
|
|
|
# define POSIX_FADV_NORMAL 0 /* No further special treatment. */
|
|
|
|
# define POSIX_FADV_RANDOM 1 /* Expect random page references. */
|
2000-09-30 04:25:04 +08:00
|
|
|
# define POSIX_FADV_SEQUENTIAL 2 /* Expect sequential page references. */
|
update.
2000-04-14 Ulrich Drepper <drepper@redhat.com>
* include/sys/statfs.h: Add prototypes for __statfs64 and __fstatfs64.
* sysdeps/generic/fstatfs64.c (__fstatfs64): Renamed to fstatfs64.
Make old name weak alias.
* sysdeps/unix/sysv/linux/fstatfs64.c: Likewise.
* sysdeps/generic/statfs64.c (__statfs64): Renamed to statfs64.
Make old name weak alias.
* sysdeps/unix/sysv/linux/statfs64.c: Likewise.
* io/Makefile (routines): Add posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* io/Versions [libc] (GLIBC_2.2): Add posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* io/fcntl.h: Declare posix_fadvise, posix_fadvise64,
posix_fallocate, and posix_fallocate64.
* sysdeps/generic/fadvise.c: New file.
* sysdeps/generic/fadvise64.c: New file.
* sysdeps/generic/fallocate.c: New file.
* sysdeps/generic/fallocate64.c: New file.
* sysdeps/posix/fallocate.c: New file.
* sysdeps/posix/fallocate64.c: New file.
* sysdeps/generic/bits/fcntl.h: Define POSIX_FADV_NORMAL,
POSIX_FADV_RANDOM, POSIX_FADV_SEQUENTIAL, POSIX_FADV_WILLNEED,
POSIX_FADV_DONTNEED, and POSIX_FADV_NOREUSE.
* sysdeps/mach/hurd/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/mips/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Likewise.
* sysdeps/generic/madvise.c (__madvise): Renamed to posix_madvise.
* sysdeps/unix/sysv/linux/syscalls.list: Likewise.
2000-04-14 15:51:02 +08:00
|
|
|
# define POSIX_FADV_WILLNEED 3 /* Will need these pages. */
|
|
|
|
# define POSIX_FADV_DONTNEED 4 /* Don't need these pages. */
|
|
|
|
# define POSIX_FADV_NOREUSE 5 /* Data will be accessed once. */
|
|
|
|
#endif
|
2004-01-21 07:25:27 +08:00
|
|
|
|
2006-04-01 05:50:22 +08:00
|
|
|
|
2006-03-25 00:36:38 +08:00
|
|
|
#ifdef __USE_GNU
|
2006-05-06 03:09:39 +08:00
|
|
|
/* Flags for SYNC_FILE_RANGE. */
|
2006-04-01 05:50:22 +08:00
|
|
|
# define SYNC_FILE_RANGE_WAIT_BEFORE 1 /* Wait upon writeout of all pages
|
|
|
|
in the range before performing the
|
|
|
|
write. */
|
|
|
|
# define SYNC_FILE_RANGE_WRITE 2 /* Initiate writeout of all those
|
|
|
|
dirty pages in the range which are
|
|
|
|
not presently under writeback. */
|
|
|
|
# define SYNC_FILE_RANGE_WAIT_AFTER 4 /* Wait upon writeout of all pages in
|
|
|
|
the range after performing the
|
|
|
|
write. */
|
2006-05-06 03:09:39 +08:00
|
|
|
|
|
|
|
/* Flags for SPLICE and VMSPLICE. */
|
|
|
|
# define SPLICE_F_MOVE 1 /* Move pages instead of copying. */
|
|
|
|
# define SPLICE_F_NONBLOCK 2 /* Don't block on the pipe splicing
|
|
|
|
(but we may still block on the fd
|
|
|
|
we splice from/to). */
|
|
|
|
# define SPLICE_F_MORE 4 /* Expect more data. */
|
|
|
|
# define SPLICE_F_GIFT 8 /* Pages passed in are a gift. */
|
2011-04-01 22:33:37 +08:00
|
|
|
|
|
|
|
|
|
|
|
/* File handle structure. */
|
|
|
|
struct file_handle
|
|
|
|
{
|
|
|
|
unsigned int handle_bytes;
|
|
|
|
int handle_type;
|
|
|
|
/* File identifier. */
|
|
|
|
unsigned char f_handle[0];
|
|
|
|
};
|
|
|
|
|
|
|
|
/* Maximum handle size (for now). */
|
|
|
|
# define MAX_HANDLE_SZ 128
|
2006-03-25 00:36:38 +08:00
|
|
|
#endif
|
|
|
|
|
2004-01-21 07:25:27 +08:00
|
|
|
__BEGIN_DECLS
|
|
|
|
|
2006-04-01 05:50:22 +08:00
|
|
|
#ifdef __USE_GNU
|
|
|
|
|
2004-01-21 07:25:27 +08:00
|
|
|
/* Provide kernel hint to read ahead. */
|
|
|
|
extern ssize_t readahead (int __fd, __off64_t __offset, size_t __count)
|
|
|
|
__THROW;
|
|
|
|
|
2006-04-01 05:50:22 +08:00
|
|
|
|
|
|
|
/* Selective file content synch'ing. */
|
2009-11-18 10:10:56 +08:00
|
|
|
extern int sync_file_range (int __fd, __off64_t __offset, __off64_t __count,
|
2006-04-01 05:50:22 +08:00
|
|
|
unsigned int __flags);
|
|
|
|
|
|
|
|
|
2011-04-01 22:33:37 +08:00
|
|
|
/* Splice address range into a pipe.
|
|
|
|
|
|
|
|
This function is a possible cancellation point and therefore not
|
|
|
|
marked with __THROW. */
|
2007-09-19 00:20:44 +08:00
|
|
|
extern ssize_t vmsplice (int __fdout, const struct iovec *__iov,
|
|
|
|
size_t __count, unsigned int __flags);
|
2006-04-27 06:29:43 +08:00
|
|
|
|
2011-04-01 22:33:37 +08:00
|
|
|
/* Splice two files together.
|
|
|
|
|
|
|
|
This function is a possible cancellation point and therefore not
|
|
|
|
marked with __THROW. */
|
2007-09-19 00:20:44 +08:00
|
|
|
extern ssize_t splice (int __fdin, __off64_t *__offin, int __fdout,
|
|
|
|
__off64_t *__offout, size_t __len,
|
|
|
|
unsigned int __flags);
|
2006-04-01 05:50:22 +08:00
|
|
|
|
2011-04-01 22:33:37 +08:00
|
|
|
/* In-kernel implementation of tee for pipe buffers.
|
|
|
|
|
|
|
|
This function is a possible cancellation point and therefore not
|
|
|
|
marked with __THROW. */
|
2007-09-19 00:20:44 +08:00
|
|
|
extern ssize_t tee (int __fdin, int __fdout, size_t __len,
|
|
|
|
unsigned int __flags);
|
2006-04-15 05:57:20 +08:00
|
|
|
|
2011-04-01 22:33:37 +08:00
|
|
|
/* Reserve storage for the data of the file associated with FD.
|
|
|
|
|
|
|
|
This function is a possible cancellation point and therefore not
|
|
|
|
marked with __THROW. */
|
2009-03-03 21:53:19 +08:00
|
|
|
# ifndef __USE_FILE_OFFSET64
|
|
|
|
extern int fallocate (int __fd, int __mode, __off_t __offset, __off_t __len);
|
|
|
|
# else
|
|
|
|
# ifdef __REDIRECT
|
2009-11-07 01:26:31 +08:00
|
|
|
extern int __REDIRECT (fallocate, (int __fd, int __mode, __off64_t __offset,
|
|
|
|
__off64_t __len),
|
2009-03-03 21:53:19 +08:00
|
|
|
fallocate64);
|
|
|
|
# else
|
|
|
|
# define fallocate fallocate64
|
|
|
|
# endif
|
|
|
|
# endif
|
|
|
|
# ifdef __USE_LARGEFILE64
|
|
|
|
extern int fallocate64 (int __fd, int __mode, __off64_t __offset,
|
|
|
|
__off64_t __len);
|
|
|
|
# endif
|
|
|
|
|
2011-04-01 22:33:37 +08:00
|
|
|
|
|
|
|
/* Map file name to file handle. */
|
|
|
|
extern int name_to_handle_at (int __dfd, const char *__name,
|
|
|
|
struct file_handle *__handle, int *__mnt_id,
|
|
|
|
int __flags) __THROW;
|
|
|
|
|
|
|
|
/* Open file using the file handle.
|
|
|
|
|
|
|
|
This function is a possible cancellation point and therefore not
|
|
|
|
marked with __THROW. */
|
2011-04-02 01:05:15 +08:00
|
|
|
extern int open_by_handle_at (int __mountdirfd, struct file_handle *__handle,
|
|
|
|
int __flags);
|
2011-04-01 22:33:37 +08:00
|
|
|
|
2006-04-01 05:50:22 +08:00
|
|
|
#endif
|
|
|
|
|
2004-01-21 07:25:27 +08:00
|
|
|
__END_DECLS
|