mirror of
https://git.savannah.gnu.org/git/guile.git
synced 2025-06-14 07:30:32 +02:00
Merge remote-tracking branch 'local-2.0/stable-2.0'
This commit is contained in:
commit
99cc1092a8
115 changed files with 4810 additions and 1543 deletions
|
@ -295,7 +295,7 @@ SCM_DEFINE (scm_load_objcode, "load-objcode", 1, 0, 0,
|
|||
SCM_VALIDATE_STRING (1, file);
|
||||
|
||||
c_file = scm_to_locale_string (file);
|
||||
fd = open (c_file, O_RDONLY);
|
||||
fd = open (c_file, O_RDONLY | O_CLOEXEC);
|
||||
free (c_file);
|
||||
if (fd < 0) SCM_SYSERROR;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue