diff options
author | Paul Smith <psmith@gnu.org> | 2013-09-29 13:17:56 -0400 |
---|---|---|
committer | Paul Smith <psmith@gnu.org> | 2013-09-29 13:17:56 -0400 |
commit | 38066b6f19033431052e45861a1671dfb23ea0de (patch) | |
tree | fb8a35c84795a116283dd91821d1cbfa8fbef8ca /ChangeLog | |
parent | 3bf3fde98470549800147c6390fde17791862e1d (diff) | |
download | gunmake-38066b6f19033431052e45861a1671dfb23ea0de.tar.gz |
Fix build failures on EMX for output-sync support.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
@@ -1,5 +1,10 @@ 2013-09-29 Paul Smith <psmith@gnu.org> + * function.c (func_shell_base) [EMX]: Fix EMX support for output-sync. + * job.c (child_execute_job) [EMX]: Ditto. + * job.h (child_execute_job) [EMX]: Ditto. + * w32/compat/posixfcn.c: Invert the test for NO_OUTPUT_SYNC. + * guile.c (GSUBR_TYPE): Pre-2.0 Guile doesn't provide a typedef for gsubr pointers. Create one. (guile_define_module): Use it. |