mirror of
https://sourceware.org/git/glibc.git
synced 2025-07-30 22:43:12 +03:00
2000-03-31 Andreas Jaeger <aj@suse.de>
* sysdeps/unix/sysv/linux/shmctl.c: Likewise. * sysdeps/unix/sysv/linux/semctl.c (struct __old_semid_ds): Remove SHLIB_COMPAT - the struct is always needed.
This commit is contained in:
@ -29,7 +29,6 @@
|
||||
|
||||
#include "kernel-features.h"
|
||||
|
||||
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
|
||||
struct __old_shmid_ds
|
||||
{
|
||||
struct __old_ipc_perm shm_perm; /* operation permission struct */
|
||||
@ -55,6 +54,7 @@ struct __old_shminfo
|
||||
};
|
||||
|
||||
/* Provide operations to control over shared memory segments. */
|
||||
#if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
|
||||
int __old_shmctl (int, int, struct __old_shmid_ds *);
|
||||
#endif
|
||||
int __new_shmctl (int, int, struct shmid_ds *);
|
||||
|
Reference in New Issue
Block a user