Lines Matching refs:posix_spawnattr_destroy
294 # define posix_spawnattr_destroy rpl_posix_spawnattr_destroy
296 _GL_FUNCDECL_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
298 _GL_CXXALIAS_RPL (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
301 _GL_FUNCDECL_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr)
304 _GL_CXXALIAS_SYS (posix_spawnattr_destroy, int, (posix_spawnattr_t *__attr));
306 _GL_CXXALIASWARN (posix_spawnattr_destroy);
308 # undef posix_spawnattr_destroy
310 _GL_WARN_ON_USE (posix_spawnattr_destroy,
311 "posix_spawnattr_destroy is unportable - "
312 "use gnulib module posix_spawnattr_destroy for portability");