about summary refs log tree commit diff
path: root/bits
diff options
context:
space:
mode:
authorUlrich Drepper <drepper@redhat.com>2000-03-31 07:03:48 +0000
committerUlrich Drepper <drepper@redhat.com>2000-03-31 07:03:48 +0000
commit924c3f59722cb33c27537e922f31bf5413cd97fc (patch)
tree1f516639abf2e198f9ea296df1d2ca8c039c4537 /bits
parent9e9e0532a493ae3d07b2f4e958d2030f8d937065 (diff)
downloadglibc-924c3f59722cb33c27537e922f31bf5413cd97fc.tar.gz
glibc-924c3f59722cb33c27537e922f31bf5413cd97fc.tar.xz
glibc-924c3f59722cb33c27537e922f31bf5413cd97fc.zip
Update.
2000-03-30  Ulrich Drepper  <drepper@redhat.com>

	* sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
	with size of dynamic sectionelements.
Diffstat (limited to 'bits')
-rw-r--r--bits/shm.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/bits/shm.h b/bits/shm.h
index e230f81061..323f0226bf 100644
--- a/bits/shm.h
+++ b/bits/shm.h
@@ -38,11 +38,11 @@ typedef unsigned short int shmatt_t;
 /* Data structure describing a set of semaphores.  */
 struct shmid_ds
   {
-    struct ipc_perm sem_perm;		/* operation permission struct */
+    struct ipc_perm shm_perm;		/* operation permission struct */
     int shm_segsz;			/* size of segment in bytes */
-    __time_t sem_atime;			/* time of last shmat() */
-    __time_t sem_dtime;			/* time of last shmdt() */
-    __time_t sem_ctime;			/* time of last change by shmctl() */
+    __time_t shm_atime;			/* time of last shmat() */
+    __time_t shm_dtime;			/* time of last shmdt() */
+    __time_t shm_ctime;			/* time of last change by shmctl() */
     __pid_t shm_cpid;			/* pid of creator */
     __pid_t shm_lpid;			/* pid of last shmop */
     shmatt_t shm_nattch;		/* number of current attaches */