mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-25 05:41:12 +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
|
||||
if ((hashp->fp = mkstemp(filename)) != -1) {
|
||||
(void)unlink(filename);
|
||||
#if !defined(macintosh)
|
||||
#if !defined(macintosh) && !defined(XP_OS2)
|
||||
(void)fcntl(hashp->fp, F_SETFD, 1);
|
||||
#endif
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user