Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
[BZ #5628]
	* bits/shm.h: Fix comment describing shmid_ds.
	* sysdeps/gnu/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
	* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
	Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.
  • Loading branch information
Ulrich Drepper committed Jan 16, 2008
1 parent 6107639 commit a0f6c23
Show file tree
Hide file tree
Showing 11 changed files with 23 additions and 10 deletions.
13 changes: 13 additions & 0 deletions ChangeLog
@@ -1,5 +1,18 @@
2008-01-16 Ulrich Drepper <drepper@redhat.com>

[BZ #5628]
* bits/shm.h: Fix comment describing shmid_ds.
* sysdeps/gnu/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/alpha/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/ia64/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/powerpc/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/s390/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/sh/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/sparc/bits/shm.h: Likewise.
* sysdeps/unix/sysv/linux/x86_64/bits/shm.h: Likewise.
Patch by Hareesh Nagarajan <hareesh.nagarajan@gmail.com>.

[BZ #5607]
* conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
prototypes.
Expand Down
2 changes: 1 addition & 1 deletion bits/shm.h
Expand Up @@ -42,7 +42,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
/* Type to count number of attaches. */
typedef unsigned short 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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/gnu/bits/shm.h
Expand Up @@ -47,7 +47,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
/* Type to count number of attaches. */
typedef unsigned short 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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/alpha/bits/shm.h
Expand Up @@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
/* 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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/bits/shm.h
Expand Up @@ -45,7 +45,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
/* 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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/ia64/bits/shm.h
Expand Up @@ -41,7 +41,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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/powerpc/bits/shm.h
Expand Up @@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
/* 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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/s390/bits/shm.h
Expand Up @@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
/* 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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/sh/bits/shm.h
Expand Up @@ -43,7 +43,7 @@ __BEGIN_DECLS
/* 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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/sparc/bits/shm.h
Expand Up @@ -47,7 +47,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
/* 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 */
Expand Down
2 changes: 1 addition & 1 deletion sysdeps/unix/sysv/linux/x86_64/bits/shm.h
Expand Up @@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
/* 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 */
Expand Down

0 comments on commit a0f6c23

Please sign in to comment.