mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 13:51:41 +00:00
OS/2 TB break
Don't even get me started
This commit is contained in:
parent
3cda6ade14
commit
6fec3bd415
@ -1205,7 +1205,7 @@ open_temp(HTAB *hashp)
|
|||||||
#else
|
#else
|
||||||
if ((hashp->fp = mkstemp(filename)) != -1) {
|
if ((hashp->fp = mkstemp(filename)) != -1) {
|
||||||
(void)unlink(filename);
|
(void)unlink(filename);
|
||||||
#if !defined(macintosh)
|
#if !defined(macintosh) && !defined(XP_OS2)
|
||||||
(void)fcntl(hashp->fp, F_SETFD, 1);
|
(void)fcntl(hashp->fp, F_SETFD, 1);
|
||||||
#endif
|
#endif
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user