Hi All,
          I was using the linux system calls such as msgget,msgrcv. I
found that this system calls are nt available in the latest android
source code.previously one can find the same under sys/msg.h. But now
there is no msg.h under sys directory. I found one documentation file
called SYSV-IPC.TXT  and overview.txt in /development/ndk/docs/system/
libc which clearly states that there is no support for sysv-ipc
mechanisms.

I wanted to know whether anybody has used the above system calls with
the latest code?Is there any other api's corresponding to them. The
reason why I am telling this I can see in /linux/msg.h there are some
api's as

do_msgrcv
do_msgsnd

which i guess might be doing the same job as msgrcv and msgsnd. But i
couldnt find anything relevant to msgget.

Again in a file called syscallent.h i can see some table which has
sys_msgrcg corresponding to msgrcv and so on for the other msg api's.

Does anybody have any idea regarding this issue and how to address
it??

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using "remove me" as the subject.

Reply via email to