]> git.ipfire.org Git - thirdparty/glibc.git/commitdiff
* sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing
authorDaniel Jacobowitz <dan@codesourcery.com>
Mon, 21 Apr 2008 15:45:00 +0000 (15:45 +0000)
committerDaniel Jacobowitz <dan@codesourcery.com>
Mon, 21 Apr 2008 15:45:00 +0000 (15:45 +0000)
shmid_ds.

* sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
shmid_ds.

ChangeLog.hppa
ChangeLog.mips
sysdeps/unix/sysv/linux/hppa/bits/shm.h
sysdeps/unix/sysv/linux/mips/bits/shm.h

index d46a0e0eb9d468f9883fd6b70dc12b601099f067..1bc6138db353563a93ba76d123ed14b5eda75190 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/hppa/bits/shm.h: Fix comment describing
+       shmid_ds.
+
 2008-04-04  Carlos O'Donell  <carlos@codesourcery.com>
 
        * sysdeps/unix/sysv/linux/hppa/bits/atomic.h: Remove
index 9e8fb04cd4cbae91adec604a0b7697845a638f52..b4253d8275af1c2ca3fccb8b2a1700649de9911b 100644 (file)
@@ -1,3 +1,8 @@
+2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>
+
+       * sysdeps/unix/sysv/linux/mips/bits/shm.h: Fix comment describing
+       shmid_ds.
+
 2008-04-21  Khem Raj  <kraj@mvista.com>
 
        * sysdeps/unix/sysv/linux/mips/xmknod.c: Delete file.
index a91f1f575b0b26077d83be36107e6a292b89117f..13efced9f8e6b9b423b9b897cfe917ce62633a0f 100644 (file)
@@ -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 */
index b3083346dd3635c9f3d88c085291fa128eb4795d..037980cfa61fe474c311180fb89fcb69478a274a 100644 (file)
@@ -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 */