From: Daniel Jacobowitz Date: Mon, 21 Apr 2008 15:45:00 +0000 (+0000) Subject: * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing X-Git-Tag: glibc-2.16-ports-before-merge~709 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=89e412f53587908cb894a98bea8966db6fe820e3;p=thirdparty%2Fglibc.git * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing shmid_ds. * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing shmid_ds. --- diff --git a/ChangeLog.hppa b/ChangeLog.hppa index d46a0e0eb9d..1bc6138db35 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -1,3 +1,8 @@ +2008-04-21 Daniel Jacobowitz + + * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing + shmid_ds. + 2008-04-04 Carlos O'Donell * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Remove diff --git a/ChangeLog.mips b/ChangeLog.mips index 9e8fb04cd4c..b4253d8275a 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -1,3 +1,8 @@ +2008-04-21 Daniel Jacobowitz + + * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing + shmid_ds. + 2008-04-21 Khem Raj * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file. diff --git a/sysdeps/unix/sysv/linux/hppa/bits/shm.h b/sysdeps/unix/sysv/linux/hppa/bits/shm.h index a91f1f575b0..13efced9f8e 100644 --- a/sysdeps/unix/sysv/linux/hppa/bits/shm.h +++ b/sysdeps/unix/sysv/linux/hppa/bits/shm.h @@ -42,7 +42,7 @@ /* Type to count number of attaches. */ typedef unsigned long int shmatt_t; -/* Data structure describing a set of semaphores. */ +/* Data structure describing a shared memory segment. */ struct shmid_ds { struct ipc_perm shm_perm; /* operation permission struct */ diff --git a/sysdeps/unix/sysv/linux/mips/bits/shm.h b/sysdeps/unix/sysv/linux/mips/bits/shm.h index b3083346dd3..037980cfa61 100644 --- a/sysdeps/unix/sysv/linux/mips/bits/shm.h +++ b/sysdeps/unix/sysv/linux/mips/bits/shm.h @@ -42,7 +42,7 @@ /* Type to count number of attaches. */ typedef unsigned long int shmatt_t; -/* Data structure describing a set of semaphores. */ +/* Data structure describing a shared memory segment. */ struct shmid_ds { struct ipc_perm shm_perm; /* operation permission struct */