[LLVMbugs] [Bug 12369] New: Build fails on LockFileManager.cpp against Android ndk r7b (platform android-14) - no getsid

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 27 01:36:11 PDT 2012


http://llvm.org/bugs/show_bug.cgi?id=12369

             Bug #: 12369
           Summary: Build fails on LockFileManager.cpp against Android ndk
                    r7b (platform android-14) - no getsid
           Product: libraries
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: enhancement
          Priority: P
         Component: Support Libraries
        AssignedTo: unassignedbugs at nondot.org
        ReportedBy: sean.childs at googlemail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified


LockFileManager.cpp:58: error: 'getsid' was not declared in this scope


this is in unistd.h (from android ndk):

#if 0 /* MISSING FROM BIONIC */
extern pid_t  getsid(pid_t);
extern int execvpe(const char *, char * const *, char * const *);
extern int execlpe(const char *, const char *, ...);
extern int getfsuid(uid_t);
extern int setfsuid(uid_t);
extern int getlogin_r(char* name, size_t namesize);
extern int sethostname(const char *, size_t);
extern int getdomainname(char *, size_t);
extern int setdomainname(const char *, size_t);
#endif /* MISSING */

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.



More information about the llvm-bugs mailing list