This is the mail archive of the libc-ports@sources.redhat.com mailing list for the libc-ports project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

shmid_ds comment


Committed to match non-ports.

-- 
Daniel Jacobowitz
CodeSourcery

2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>

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

2008-04-21  Daniel Jacobowitz  <dan@codesourcery.com>

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

Index: sysdeps/unix/sysv/linux/hppa/bits/shm.h
===================================================================
RCS file: /cvs/glibc/ports/sysdeps/unix/sysv/linux/hppa/bits/shm.h,v
retrieving revision 1.4
diff -u -p -r1.4 shm.h
--- sysdeps/unix/sysv/linux/hppa/bits/shm.h	18 Nov 2005 02:40:36 -0000	1.4
+++ sysdeps/unix/sysv/linux/hppa/bits/shm.h	21 Apr 2008 15:43:46 -0000
@@ -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: sysdeps/unix/sysv/linux/mips/bits/shm.h
===================================================================
RCS file: /cvs/glibc/ports/sysdeps/unix/sysv/linux/mips/bits/shm.h,v
retrieving revision 1.8
diff -u -p -r1.8 shm.h
--- sysdeps/unix/sysv/linux/mips/bits/shm.h	16 Jul 2003 07:39:07 -0000	1.8
+++ sysdeps/unix/sysv/linux/mips/bits/shm.h	21 Apr 2008 15:43:46 -0000
@@ -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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]