mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-28 00:21:52 +03:00
[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>.
This commit is contained in:
13
ChangeLog
13
ChangeLog
@ -1,5 +1,18 @@
|
|||||||
2008-01-16 Ulrich Drepper <drepper@redhat.com>
|
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]
|
[BZ #5607]
|
||||||
* conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
|
* conform/data/fcntl.h-data: Fix posix_fadvise and posix_fallocate
|
||||||
prototypes.
|
prototypes.
|
||||||
|
@ -42,7 +42,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned short int shmatt_t;
|
typedef unsigned short int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -47,7 +47,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned short int shmatt_t;
|
typedef unsigned short int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -45,7 +45,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -41,7 +41,7 @@
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -43,7 +43,7 @@ __BEGIN_DECLS
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -47,7 +47,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
@ -46,7 +46,7 @@ extern int __getpagesize (void) __THROW __attribute__ ((__const__));
|
|||||||
/* Type to count number of attaches. */
|
/* Type to count number of attaches. */
|
||||||
typedef unsigned long int shmatt_t;
|
typedef unsigned long int shmatt_t;
|
||||||
|
|
||||||
/* Data structure describing a set of semaphores. */
|
/* Data structure describing a shared memory segment. */
|
||||||
struct shmid_ds
|
struct shmid_ds
|
||||||
{
|
{
|
||||||
struct ipc_perm shm_perm; /* operation permission struct */
|
struct ipc_perm shm_perm; /* operation permission struct */
|
||||||
|
Reference in New Issue
Block a user