[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
libc0.3: missing shm* functions (from <sys/shm.h>)
From: |
Robert Millan |
Subject: |
libc0.3: missing shm* functions (from <sys/shm.h>) |
Date: |
Thu, 13 Mar 2003 09:18:34 +0100 |
User-agent: |
Mutt/1.5.3i |
Package: libc0.3
Severity: normal
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
--
Robert Millan
make: *** No rule to make target `war'. Stop.
Another world is possible - Just say no to genocide
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- libc0.3: missing shm* functions (from <sys/shm.h>),
Robert Millan <=