On Fri, Dec 14, 2012 at 05:56:07PM +0000, Jose Salazar wrote: > Hello, > > I'm using uClibc-0.9.33.2 as the toolchain on my buildroot build and it looks > as if functions shmget and shmctl are not implemented! > > On browsing through the mailing lists, I heard of a patch that adds this > functionality. More browsing led me to > uClibc-0.9.33.2/libc/misc/sysvipc/shm.c, where it looks to be implemented. > > Here is the strace for the program I ran: > > shmget(0x39447, 5288, 0666) = -1 ENOSYS (Function not implemented)
This error means your _kernel_ is missing sysvipc operations, probably because you disabled that feature when you built the kernel. It has nothing to do with uClibc. Rich _______________________________________________ uClibc mailing list [email protected] http://lists.busybox.net/mailman/listinfo/uclibc
