From 93f9ef01e32c551538f11f269ca8c2484214e0ba Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Fri, 31 Mar 2000 10:21:40 +0000 Subject: 2000-03-31 Andreas Jaeger * 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. --- sysdeps/unix/sysv/linux/shmctl.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sysdeps/unix/sysv/linux/shmctl.c') diff --git a/sysdeps/unix/sysv/linux/shmctl.c b/sysdeps/unix/sysv/linux/shmctl.c index 7514f2a689..f2f7340f7b 100644 --- a/sysdeps/unix/sysv/linux/shmctl.c +++ b/sysdeps/unix/sysv/linux/shmctl.c @@ -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 *); -- cgit v1.2.3