X-Git-Url: http://erislabs.net/gitweb/?a=blobdiff_plain;ds=sidebyside;f=lib%2Fspawn.in.h;h=0f25d17620afb464365869902bf2dd2c41c05d17;hb=0e1c6ff93f27c939ba9e0df945b16ef98eaaeef1;hp=de1b07639ffbf1dbe9fa2e15b0f156a0d64223c1;hpb=88236bad53d1dd5e6b8a592a724736bbd9db7851;p=gnulib.git diff --git a/lib/spawn.in.h b/lib/spawn.in.h index de1b07639..0f25d1762 100644 --- a/lib/spawn.in.h +++ b/lib/spawn.in.h @@ -774,7 +774,7 @@ _GL_WARN_ON_USE (posix_spawn_file_actions_destroy, #if @GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN@ /* Add an action to FILE-ACTIONS which tells the implementation to call 'open' for the given file during the 'spawn' call. */ -# if @REPLACE_POSIX_SPAWN@ +# if @REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDOPEN@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define posix_spawn_file_actions_addopen rpl_posix_spawn_file_actions_addopen # endif @@ -844,7 +844,7 @@ _GL_WARN_ON_USE (posix_spawn_file_actions_addclose, #if @GNULIB_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2@ /* Add an action to FILE-ACTIONS which tells the implementation to call 'dup2' for the given file descriptors during the 'spawn' call. */ -# if @REPLACE_POSIX_SPAWN@ +# if @REPLACE_POSIX_SPAWN_FILE_ACTIONS_ADDDUP2@ # if !(defined __cplusplus && defined GNULIB_NAMESPACE) # define posix_spawn_file_actions_adddup2 rpl_posix_spawn_file_actions_adddup2 # endif