diff options
| author | Daniel Jacobowitz <dan@codesourcery.com> | 2008-04-21 15:45:00 +0000 |
|---|---|---|
| committer | Daniel Jacobowitz <dan@codesourcery.com> | 2008-04-21 15:45:00 +0000 |
| commit | 89e412f53587908cb894a98bea8966db6fe820e3 (patch) | |
| tree | c357c719c17b546e6e5670a587c2fabd1ecf605f | |
| parent | 93ae51192837ed1f2a284819640d2b08fef68436 (diff) | |
| download | glibc-89e412f53587908cb894a98bea8966db6fe820e3.tar.xz glibc-89e412f53587908cb894a98bea8966db6fe820e3.zip | |
* 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.
| -rw-r--r-- | ChangeLog.hppa | 5 | ||||
| -rw-r--r-- | ChangeLog.mips | 5 | ||||
| -rw-r--r-- | sysdeps/unix/sysv/linux/hppa/bits/shm.h | 2 | ||||
| -rw-r--r-- | sysdeps/unix/sysv/linux/mips/bits/shm.h | 2 |
4 files changed, 12 insertions, 2 deletions
diff --git a/ChangeLog.hppa b/ChangeLog.hppa index d46a0e0eb9..1bc6138db3 100644 --- a/ChangeLog.hppa +++ b/ChangeLog.hppa @@ -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 diff --git a/ChangeLog.mips b/ChangeLog.mips index 9e8fb04cd4..b4253d8275 100644 --- a/ChangeLog.mips +++ b/ChangeLog.mips @@ -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. diff --git a/sysdeps/unix/sysv/linux/hppa/bits/shm.h b/sysdeps/unix/sysv/linux/hppa/bits/shm.h index a91f1f575b..13efced9f8 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 b3083346dd..037980cfa6 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 */ |
