On Sep 9, 11:53 pm, max <max.xi...@gmail.com> wrote:
> When I compile one library, it reports
> undefined reference to `semop`

System V IPC operations are not supported by the bionic libc, because
most of the System V IPC operations are badly designed.

If you really need to use them, you can define the system calls
yourself.  See e.g. bionic/libc/SYSCALLS.TXT.

--~--~---------~--~----~------------~-------~--~----~
unsubscribe: android-porting+unsubscr...@googlegroups.com
website: http://groups.google.com/group/android-porting
-~----------~----~----~----~------~----~------~--~---

Reply via email to