Diff for /libelwix/inc/elwix/apio.h between versions 1.5 and 1.6

version 1.5, 2020/06/19 13:06:17 version 1.6, 2020/06/19 23:07:20
Line 69  extern pio_pid_t pio_pidlist; Line 69  extern pio_pid_t pio_pidlist;
  * @command = command   * @command = command
  * @type = type   * @type = type
  * @ppid = return pid of child program   * @ppid = return pid of child program
    *      If value of *ppid is -1 when invoke routine then child will be session leader
  * return: NULL error or !=NULL open program   * return: NULL error or !=NULL open program
  */   */
 #ifdef POPEN_STREAM  #ifdef POPEN_STREAM
Line 82  int e_popen(const char *command, const char *type, pid Line 83  int e_popen(const char *command, const char *type, pid
  * @command = command   * @command = command
  * @type = type   * @type = type
  * @ppid = return pid of child program   * @ppid = return pid of child program
    *      If value of *ppid is -1 when invoke routine then child will be session leader
  * @fds = file descriptor array for close when fork   * @fds = file descriptor array for close when fork
  * @fdslen = fds number of descriptors   * @fdslen = fds number of descriptors
  * return: NULL error or !=NULL open program   * return: NULL error or !=NULL open program

Removed from v.1.5  
changed lines
  Added in v.1.6


FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>