_IO_proc_file
((_IO_proc_file *) fp)->pid = child_pid = _IO_fork ();
struct _IO_proc_file *p;
((_IO_proc_file *) fp)->next = proc_file_chain;
proc_file_chain = (_IO_proc_file *) fp;
struct _IO_proc_file fpx;
_IO_proc_file **ptr = &proc_file_chain;
if (*ptr == (_IO_proc_file *) fp)
wait_pid = _IO_waitpid (((_IO_proc_file *) fp)->pid, &wstatus, 0);
struct _IO_proc_file *next;
typedef struct _IO_proc_file _IO_proc_file;
static struct _IO_proc_file *proc_file_chain;