Add the missing issetugid binary compatibility stub.
Bug: 14569474 Change-Id: I3bedc1a0acf356af76424ceaf62ae7e85239f617
This commit is contained in:
		@@ -245,4 +245,9 @@ extern "C" int getdents(unsigned int fd, dirent* dirp, unsigned int count) {
 | 
			
		||||
  return __getdents64(fd, dirp, count);
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
// This is a BSDism that we never implemented correctly. Used by Firefox.
 | 
			
		||||
extern "C" int issetugid() {
 | 
			
		||||
  return 0;
 | 
			
		||||
}
 | 
			
		||||
 | 
			
		||||
#endif
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user