mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-29 11:41:21 +03:00
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
This commit is contained in:
@ -1,5 +1,8 @@
|
|||||||
2007-08-09 Ulrich Drepper <drepper@redhat.com>
|
2007-08-09 Ulrich Drepper <drepper@redhat.com>
|
||||||
|
|
||||||
|
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h (O_CLOEXEC): Define.
|
||||||
|
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h (O_CLOEXEC): Likewise.
|
||||||
|
|
||||||
* po/sv.po: Update from translation team.
|
* po/sv.po: Update from translation team.
|
||||||
|
|
||||||
2007-08-06 Roland McGrath <roland@redhat.com>
|
2007-08-06 Roland McGrath <roland@redhat.com>
|
||||||
|
@ -103,7 +103,7 @@ extern int sched_rr_get_interval (__pid_t __pid, struct timespec *__t) __THROW;
|
|||||||
|
|
||||||
# define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count)
|
# define CPU_ALLOC_SIZE(count) __CPU_ALLOC_SIZE (count)
|
||||||
# define CPU_ALLOC(count) __CPU_ALLOC (count)
|
# define CPU_ALLOC(count) __CPU_ALLOC (count)
|
||||||
# define CPU_FREE(count) __CPU_FREE (count)
|
# define CPU_FREE(cpuset) __CPU_FREE (cpuset)
|
||||||
|
|
||||||
|
|
||||||
/* Set the CPU affinity for a task */
|
/* Set the CPU affinity for a task */
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* O_*, F_*, FD_* bit values for Linux.
|
/* O_*, F_*, FD_* bit values for Linux.
|
||||||
Copyright (C) 1995-2000, 2004, 2005, 2006 Free Software Foundation, Inc.
|
Copyright (C) 1995-2000,2004,2005,2006,2007 Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
The GNU C Library is free software; you can redistribute it and/or
|
The GNU C Library is free software; you can redistribute it and/or
|
||||||
@ -50,6 +50,7 @@
|
|||||||
# define O_NOFOLLOW 0200000 /* Do not follow links. */
|
# define O_NOFOLLOW 0200000 /* Do not follow links. */
|
||||||
# define O_DIRECT 02000000 /* Direct disk access. */
|
# define O_DIRECT 02000000 /* Direct disk access. */
|
||||||
# define O_NOATIME 04000000 /* Do not set atime. */
|
# define O_NOATIME 04000000 /* Do not set atime. */
|
||||||
|
# define O_CLOEXEC 010000000 /* Set close_on_exec. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __USE_LARGEFILE64
|
#ifdef __USE_LARGEFILE64
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
/* O_*, F_*, FD_* bit values for Linux/SPARC.
|
/* O_*, F_*, FD_* bit values for Linux/SPARC.
|
||||||
Copyright (C) 1995, 1996, 1997, 1998, 2000, 2003, 2004, 2006
|
Copyright (C) 1995, 1996, 1997, 1998, 2000, 2003, 2004, 2006, 2007
|
||||||
Free Software Foundation, Inc.
|
Free Software Foundation, Inc.
|
||||||
This file is part of the GNU C Library.
|
This file is part of the GNU C Library.
|
||||||
|
|
||||||
@ -49,6 +49,7 @@
|
|||||||
# define O_NOFOLLOW 0x20000 /* don't follow links */
|
# define O_NOFOLLOW 0x20000 /* don't follow links */
|
||||||
# define O_DIRECT 0x100000 /* direct disk access hint */
|
# define O_DIRECT 0x100000 /* direct disk access hint */
|
||||||
# define O_NOATIME 0x200000 /* Do not set atime. */
|
# define O_NOATIME 0x200000 /* Do not set atime. */
|
||||||
|
# define O_CLOEXEC 0x400000 /* Set close_on_exit. */
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifdef __USE_LARGEFILE64
|
#ifdef __USE_LARGEFILE64
|
||||||
|
Reference in New Issue
Block a user