mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-06-09 12:11:20 -03:00
Some initial changes to use CLO_EXEC, with an eye towards some day using it correctly.
This commit is contained in:
@@ -130,6 +130,7 @@ _xdg_mime_parent_read_from_file (XdgParentList *list,
|
||||
int i, alloc;
|
||||
XdgMimeParents *entry;
|
||||
|
||||
/* OK to not use CLO_EXEC here because mimedb is single threaded */
|
||||
file = fopen (file_name, "r");
|
||||
|
||||
if (file == NULL)
|
||||
|
||||
Reference in New Issue
Block a user