Re: shm_open doesn't work (fix maybe).

2001-04-24 Thread Christoph Rohland
Hi, On Tue, 24 Apr 2001, Jakub Jelinek wrote: > On Tue, Apr 24, 2001 at 11:46:20AM -0500, Tom Brusehaver (N-Sysdyne > Corporation) wrote: >> >> I have been chasing all around trying to find out why >> shm_open always returns ENOSYS. It is implemented >> in glibc-2.2.2, and seems the 2.4.3 kernel

Re: shm_open doesn't work (fix maybe).

2001-04-24 Thread Jakub Jelinek
On Tue, Apr 24, 2001 at 11:46:20AM -0500, Tom Brusehaver (N-Sysdyne Corporation) wrote: > > I have been chasing all around trying to find out why > shm_open always returns ENOSYS. It is implemented > in glibc-2.2.2, and seems the 2.4.3 kernel knows about > shmfs. > > It seems the file linux/mm/s

shm_open doesn't work (fix maybe).

2001-04-24 Thread Tom Brusehaver (N-Sysdyne Corporation)
I have been chasing all around trying to find out why shm_open always returns ENOSYS. It is implemented in glibc-2.2.2, and seems the 2.4.3 kernel knows about shmfs. It seems the file linux/mm/shmem.c has: #define SHMEM_MAGIC 0x01021994 And the glibc-2.2.2/sysdeps/unix/sysv/linux/linux_fsin