mirror of
https://sourceware.org/git/glibc.git
synced 2024-12-22 02:40:08 +00:00
Update.
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB. * sysdeps/unix/sysv/linux/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise. * sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise. Patch by William Lee Irwin <wli@holomorphy.com>. 2002-12-20 Andreas Schwab <schwab@suse.de> * locale/programs/ld-measurement.c (measurement_output): Fix index calculation. 2002-12-20 Ulrich Drepper <drepper@redhat.com>
This commit is contained in:
parent
1561bf636d
commit
48f936a240
18
ChangeLog
18
ChangeLog
@ -1,3 +1,21 @@
|
||||
2002-12-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Define SHM_HUGETLB.
|
||||
* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/mips/bits/shm.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
|
||||
* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
|
||||
Patch by William Lee Irwin <wli@holomorphy.com>.
|
||||
|
||||
2002-12-20 Andreas Schwab <schwab@suse.de>
|
||||
|
||||
* locale/programs/ld-measurement.c (measurement_output): Fix
|
||||
index calculation.
|
||||
|
||||
2002-12-20 Ulrich Drepper <drepper@redhat.com>
|
||||
|
||||
* include/libio.h [_IO_MTSAFE_IO && _IO_lock_inexpensive]:
|
||||
|
@ -143,7 +143,7 @@ measurement_output (struct localedef_t *locale,
|
||||
iov[cnt].iov_len = 1;
|
||||
++cnt;
|
||||
|
||||
idx[cnt - 2] = iov[0].iov_len + iov[1].iov_len;
|
||||
idx[cnt - 2] = idx[cnt - 3] + iov[cnt - 1].iov_len;
|
||||
iov[cnt].iov_base = (void *) charmap->code_set_name;
|
||||
iov[cnt].iov_len = strlen (iov[cnt].iov_base) + 1;
|
||||
++cnt;
|
||||
|
@ -1 +1 @@
|
||||
nptl 0.12 by Ulrich Drepper
|
||||
nptl 0.13 by Ulrich Drepper
|
||||
|
@ -67,6 +67,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
@ -70,6 +70,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
@ -78,6 +78,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
@ -63,6 +63,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
@ -67,6 +67,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
@ -79,6 +79,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
@ -77,6 +77,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
@ -77,6 +77,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
@ -76,6 +76,7 @@ struct shmid_ds
|
||||
/* shm_mode upper byte flags */
|
||||
# define SHM_DEST 01000 /* segment will be destroyed on last detach */
|
||||
# define SHM_LOCKED 02000 /* segment will not be swapped */
|
||||
# define SHM_HUGETLB 04000 /* segment is mapped via hugetlb */
|
||||
|
||||
struct shminfo
|
||||
{
|
||||
|
Loading…
Reference in New Issue
Block a user