]> sourceware.org Git - glibc.git/commitdiff
Update.
authorUlrich Drepper <drepper@redhat.com>
Fri, 31 Mar 2000 07:03:48 +0000 (07:03 +0000)
committerUlrich Drepper <drepper@redhat.com>
Fri, 31 Mar 2000 07:03:48 +0000 (07:03 +0000)
2000-03-30  Ulrich Drepper  <drepper@redhat.com>

* sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
with size of dynamic sectionelements.

ChangeLog
bits/shm.h
sysdeps/generic/bits/shm.h

index a30ee5ad74690d4b23a2413cebf542ed3d33b709..5db2a8a9889ef06f90e2254f0e01edbd943acba1 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-03-30  Ulrich Drepper  <drepper@redhat.com>
+
+       * sysdeps/generic/bits/shm.h (struct shmid_ds): Correct names of
+       with size of dynamic sectionelements.
+
 2000-03-29  Geoff Clare  <gwc@unisoft.com>
 
        * stdlib/strfmon.c: Corrected problems with the code that
index e230f81061036d6159db69a1a79aad52eec44a9e..323f0226bf6ad0017b0a2067c153295d6ed734fa 100644 (file)
@@ -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 */
index e230f81061036d6159db69a1a79aad52eec44a9e..323f0226bf6ad0017b0a2067c153295d6ed734fa 100644 (file)
@@ -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 */
This page took 0.049693 seconds and 5 git commands to generate.