1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-28 00:21:52 +03:00

* sysdeps/unix/sysv/linux/x86_64/lowlevellock.h

(lll_robust_mutex_unlock): Avoid unnecessary wakeups.
	* sysdeps/unix/sysv/linux/i386/lowlevellock.h
	(lll_robust_mutex_unlock): Likewise.
This commit is contained in:
Ulrich Drepper
2006-02-17 08:07:21 +00:00
parent 56e987ac48
commit 49bfc1fe3d
12 changed files with 27 additions and 20 deletions

View File

@ -92,8 +92,8 @@
# define MADV_DONTNEED 4 /* Don't need these pages. */
# define MADV_FREE 5 /* Content can be freed (Solaris). */
# define MADV_REMOVE 6 /* Remove these pages and resources. */
# define MADV_DONTFORK 0x30 /* Do not inherit across fork. */
# define MADV_DOFORK 0x31 /* Do inherit across fork. */
# define MADV_DONTFORK 10 /* Do not inherit across fork. */
# define MADV_DOFORK 11 /* Do inherit across fork. */
#endif
/* The POSIX people had to invent similar names for the same things. */