[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Bug#184565: libc0.3: missing shm* functions (from <sys/shm.h>)



severity 184565 wishlist
thanks

At Thu, 13 Mar 2003 09:18:34 +0100,
Robert Millan wrote:
> the following functions are not implemented for libc0.3:
> 
> $ cat test.c
> #include <sys/shm.h>
> main ()
> {
>   shmctl (0, 0, 0);
>   shmat (0, 0, 0);
>   shmget (0, 0, 0);
>   shmdt (0);
> }
> $ gcc test.c -o test
> /tmp/cciwRATu.o(.text+0x2b): In function `main':
> : warning: shmat is not implemented and will always fail
> /tmp/cciwRATu.o(.text+0x49): In function `main':
> : warning: shmdt is not implemented and will always fail
> /tmp/cciwRATu.o(.text+0x3c): In function `main':
> : warning: shmget is not implemented and will always fail
> /tmp/cciwRATu.o(.text+0x1a): In function `main':
> : warning: shmctl is not implemented and will always fail

You can see some discussions:

	http://mail.gnu.org/archive/html/help-hurd/2000-11/msg00107.html

Regards,
-- gotom



Reply to: