ap_kill_cleanups_for_fd — remove the cleanup for a file descriptor
void ap_kill_cleanups_for_fd(pool *p, int fd)
Kills cleanups for a file descriptor registered using
popenf()
, pfopen()
,
pfdopen()
, or note_cleanups_for_fd(
)
. Normally this is taken care of when the file is closed,
but occasionally it is necessary to call it directly.