Merge remote-tracking branch 'ofourdan/for-keith'

This commit is contained in:
Keith Packard 2015-07-08 10:43:31 -07:00
commit 991712f1e8

View File

@ -82,7 +82,7 @@ create_tmpfile_cloexec(char *tmpname)
} }
#endif #endif
return fd; return os_move_fd(fd);
} }
/* /*