Skip to content

Commit

Permalink
[codingstd] fixes podchecker src/platform/vms/exec.c
Browse files Browse the repository at this point in the history
  • Loading branch information
Reini Urban committed Nov 17, 2014
1 parent ca5c8d4 commit c060620
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions src/platform/vms/exec.c
Expand Up @@ -196,6 +196,8 @@ Parrot_proc_waitpid(SHIM_INTERP, INTVAL pid)
=over
=cut
*/


Expand Down Expand Up @@ -2001,6 +2003,8 @@ created with popen(); otherwise partially emulate waitpid() unless
we have a suitable one from the CRTL that came with VMS 7.2 and later.
Also check processes not considered by the CRTL waitpid().
=back
=cut
*/
Expand Down Expand Up @@ -2162,6 +2166,8 @@ from C<lib$spawn> and what Unix folks expect from C<exec>.

/*
=over
=item C<static void vms_execfree(struct dsc$descriptor_s *vmscmd)>
Free command descriptor
Expand Down Expand Up @@ -2794,6 +2800,8 @@ create_mbx(unsigned short int *chan, struct dsc$descriptor_s *namdsc)
Return the three stdio handles for the command.
=back
=cut
*/
Expand Down

0 comments on commit c060620

Please sign in to comment.