* commit '3b1e9bf3e9bec519a75031dda231cdbfbac53005': Add the missing issetugid binary compatibility stub.
This commit is contained in:
commit
47907ba49b
@ -245,4 +245,9 @@ extern "C" int getdents(unsigned int fd, dirent* dirp, unsigned int count) {
|
|||||||
return __getdents64(fd, dirp, 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
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user