1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-29 11:41:21 +03:00
2006-07-25  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
	* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
	* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
This commit is contained in:
Ulrich Drepper
2006-07-26 01:42:58 +00:00
parent 871b91589b
commit a08336fb91
9 changed files with 19 additions and 8 deletions

View File

@ -1,3 +1,14 @@
2006-07-25 Ulrich Drepper <drepper@redhat.com>
* sysdeps/unix/sysv/linux/sparc/bits/fcntl.h: Fix comment.
* sysdeps/unix/sysv/linux/ia64/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/sh/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/i386/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/fcntl.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/fcntl.h: Likewise.
2006-07-10 Ulrich Drepper <drepper@redhat.com> 2006-07-10 Ulrich Drepper <drepper@redhat.com>
* elf/dl-lookup.c (dl_new_hash): New functions. * elf/dl-lookup.c (dl_new_hash): New functions.

View File

@ -94,7 +94,7 @@
# define F_NOTIFY 1026 /* Request notfications on a directory. */ # define F_NOTIFY 1026 /* Request notfications on a directory. */
#endif #endif
/* for F_[GET|SET]FL */ /* for F_[GET|SET]FD */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf() */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf() */

View File

@ -99,7 +99,7 @@
# define F_NOTIFY 1026 /* Request notfications on a directory. */ # define F_NOTIFY 1026 /* Request notfications on a directory. */
#endif #endif
/* For F_[GET|SET]FL. */ /* For F_[GET|SET]FD. */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */

View File

@ -95,7 +95,7 @@
# define F_NOTIFY 1026 /* Request notfications on a directory. */ # define F_NOTIFY 1026 /* Request notfications on a directory. */
#endif #endif
/* For F_[GET|SET]FL. */ /* For F_[GET|SET]FD. */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */

View File

@ -99,7 +99,7 @@
# define F_NOTIFY 1026 /* Request notfications on a directory. */ # define F_NOTIFY 1026 /* Request notfications on a directory. */
#endif #endif
/* For F_[GET|SET]FL. */ /* For F_[GET|SET]FD. */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */

View File

@ -114,7 +114,7 @@
# define F_NOTIFY 1026 /* Request notfications on a directory. */ # define F_NOTIFY 1026 /* Request notfications on a directory. */
#endif #endif
/* For F_[GET|SET]FL. */ /* For F_[GET|SET]FD. */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */

View File

@ -99,7 +99,7 @@
# define F_NOTIFY 1026 /* Request notfications on a directory. */ # define F_NOTIFY 1026 /* Request notfications on a directory. */
#endif #endif
/* For F_[GET|SET]FL. */ /* For F_[GET|SET]FD. */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */

View File

@ -116,7 +116,7 @@
# define F_SETLKW64 14 /* Set record locking info (blocking). */ # define F_SETLKW64 14 /* Set record locking info (blocking). */
#endif #endif
/* for F_[GET|SET]FL */ /* for F_[GET|SET]FD */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */

View File

@ -113,7 +113,7 @@
# define F_NOTIFY 1026 /* Request notfications on a directory. */ # define F_NOTIFY 1026 /* Request notfications on a directory. */
#endif #endif
/* For F_[GET|SET]FL. */ /* For F_[GET|SET]FD. */
#define FD_CLOEXEC 1 /* actually anything with low bit set goes */ #define FD_CLOEXEC 1 /* actually anything with low bit set goes */
/* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */ /* For posix fcntl() and `l_type' field of a `struct flock' for lockf(). */