]> arthur.barton.de Git - ngircd-alex.git/blobdiff - src/ngircd/proc.c
New function Conn_CloseAllSockets() to close all open sockets
[ngircd-alex.git] / src / ngircd / proc.c
index 11cb0396644548387926407913f09530e3373dcd..1e8cac36eea9d92a9eea14ba0b4797e5cbe3a063 100644 (file)
@@ -119,6 +119,8 @@ Proc_GenericSignalHandler(int Signal)
 
 /**
  * Read bytes from a pipe of a forked child process.
+ * In addition, this function makes sure that the child process is dead
+ * after all data has been read or a fatal error occurred.
  */
 GLOBAL size_t
 Proc_Read(PROC_STAT *proc, void *buffer, size_t buflen)