Hi All, I am I am compiling native lib which uses the setfsuid() and clone() calls. I am getting the errors like given below 1. undefined reference to `setfsuid' 2. undefined reference to `clone'
It seems the declarations are found in unistd.h and sched.h. The definitions are missing for the same. Any help how to resolve these issues? -- unsubscribe: [email protected] website: http://groups.google.com/group/android-porting
