Is there any shared memory and named semaphores supported in Android? Because that I try to use shmget API in android but I get the following error message
shmget of 0 failed: Function not implemented >From looking at the source, it seems that there is support for these system calls in the android kernel, but not in the bionic (the bionic has a syscall stub that point to sys_ni_syscall which always return ENOSYS which is the "Not implemented" error). --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "android-framework" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/android-framework?hl=en -~----------~----~----~----~------~----~------~--~---
