mirror of
https://sourceware.org/git/glibc.git
synced 2024-11-08 14:20:07 +00:00
* 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.
This commit is contained in:
parent
93ae511928
commit
89e412f535
@ -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
|
||||
|
@ -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.
|
||||
|
@ -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 */
|
||||
|
@ -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 */
|
||||
|
Loading…
Reference in New Issue
Block a user