[parisc-linux-cvs] linux tsbogend
Thomas Bogendoerfer
parisc-linux@lists.parisc-linux.org
Fri, 23 Nov 2001 14:54:28 -0700 (MST)
CVSROOT: /var/cvs
Module name: linux
Changes by: tsbogend 01/11/23 14:54:28
Modified files:
arch/parisc/kernel: sys_parisc.c sys_parisc32.c syscall.S
Log message:
removed msgctl, semctl and shmctl from sys_parisc32.c because they are the
same on 32bit and 64bit kernels
added new wrappers for msgctl, semctl and shmctl to workaround the broken
structures in the current glibc; This hack should be removed as soon
as possible