On Apr 7, 3:44 pm, Kaushik Prajapati <[email protected]>
wrote:
> I am trying to build the third party source code using the Android
> bionic toolchain. One of the problem that I see is that there is no
> killpg in side signal.h .

A future version of bionic libc will provide killpg().

You may want to provide a substitute to ease porting.  From the Linux
man page:

  On  Linux, killpg() is implemented as a library function that makes
the
  call kill(-pgrp, sig).

-- 
unsubscribe: [email protected]
website: http://groups.google.com/group/android-porting

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

Reply via email to